Schedule apt update after install of repo

This commit is contained in:
Erik Anderson 2016-01-29 16:20:20 -07:00
parent 30060afd24
commit 4cddd80245

View file

@ -19,4 +19,5 @@ include ::apt
}
Apt::Source['apt.postgresql.org']->Package<|tag == 'postgresql'|>
Class['Apt::Update'] -> Package<|tag == 'postgresql'|>
}