Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/base/manifests/init.pp

Issue 29326147: Issue 3019 - Fix type apt::ppa dependency ordering (Closed)
Patch Set: Created Sept. 8, 2015, 3:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/base/manifests/init.pp
diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp
index 49f7da5b6c9f4fe38b34f699907739b303894e91..ba519d68c8c93d64837e4dc93678953b4188a41e 100644
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -12,7 +12,8 @@ class base ($zone='adblockplus.org') {
}
}
- Exec['apt_update'] -> Package <| |>
+ # Node that APT dependencies are excluded here!
+ Exec['apt_update'] -> Package <|name != 'python-software-properties'|>
include private::users, postfix, ssh
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld