Skip to content

Commit 4cddd80

Browse files
author
Erik Anderson
committed
Schedule apt update after install of repo
1 parent 30060af commit 4cddd80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/repo/apt_postgresql_org.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
}
2020

2121
Apt::Source['apt.postgresql.org']->Package<|tag == 'postgresql'|>
22+
Class['Apt::Update'] -> Package<|tag == 'postgresql'|>
2223
}

0 commit comments

Comments
 (0)