aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-05-19 13:01:09 -0400
committerMicah Anderson <micah@riseup.net>2015-05-19 13:01:09 -0400
commit216af53871b3c422652fdccc9cae145914044feb (patch)
treeec1cfae175cc939dc5d2b5c99150480e31eae295
parent2085f3a2fd4ca6889c327d9bb46a371a8969a7e8 (diff)
downloadpuppet-shorewall-216af53871b3c422652fdccc9cae145914044feb.tar.gz
puppet-shorewall-216af53871b3c422652fdccc9cae145914044feb.tar.bz2
provide a class ordering hint for augeas setup
-rw-r--r--manifests/base.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index edb0c45..7959f01 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -27,6 +27,8 @@ class shorewall::base {
}
} else {
+ Class['augeas'] -> Class['shorewall::base']
+
augeas { 'shorewall_module_config_path':
changes => 'set /files/etc/shorewall/shorewall.conf/CONFIG_PATH \'"/etc/shorewall/puppet:/etc/shorewall:/usr/share/shorewall"\'',
lens => 'Shellvars.lns',