Skip to content

Commit 4299e37

Browse files
Donald Mortonkenyon
andauthored
Update manifests/repo/apt.pp
Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
1 parent a4977ad commit 4299e37

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'] -> Exec['apt_update'] -> 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)