Browse Source

Schedule apt update after install of repo

Erik Anderson 8 years ago
parent
commit
4cddd80245
1 changed files with 1 additions and 0 deletions
  1. 1 0
      manifests/repo/apt_postgresql_org.pp

+ 1 - 0
manifests/repo/apt_postgresql_org.pp

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