Skip to content

Commit ea26486

Browse files
committed
Merge pull request puppetlabs#722 from erikanderson/apt_update
MODULES-3019 - Schedule apt update after install of repo
2 parents fc4eede + 4cddd80 commit ea26486

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)