Schedule apt update after install of repo
This commit is contained in:
parent
30060afd24
commit
4cddd80245
1 changed files with 1 additions and 0 deletions
|
@ -19,4 +19,5 @@ include ::apt
|
|||
}
|
||||
|
||||
Apt::Source['apt.postgresql.org']->Package<|tag == 'postgresql'|>
|
||||
Class['Apt::Update'] -> Package<|tag == 'postgresql'|>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue