Skip to content

Commit 7ded295

Browse files
authored
Merge pull request #628 from malcyon/master
Run apt update before installing package
2 parents 984ba47 + 4299e37 commit 7ded295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo/apt.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
}
1919

20-
Apt::Source['mongodb'] -> Package<| tag == 'mongodb_package' |>
20+
Apt::Source['mongodb'] -> Class['apt::update'] -> Package<| tag == 'mongodb_package' |>
2121
}
2222
else {
2323
apt::source { 'mongodb':

0 commit comments

Comments
 (0)