diff options
author | Micah Anderson <micah@riseup.net> | 2013-02-23 10:35:54 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-02-23 10:35:54 -0500 |
commit | d01a48cb5c3a73d281368d93c8f7a3fa45b3cd70 (patch) | |
tree | 2aa9afe216c96ec2141d348211757955939b0331 | |
parent | 1b3fe069026065016ad032ac332d0c318b3e206e (diff) | |
download | puppet-shorewall-d01a48cb5c3a73d281368d93c8f7a3fa45b3cd70.tar.gz puppet-shorewall-d01a48cb5c3a73d281368d93c8f7a3fa45b3cd70.tar.bz2 |
remove the class requirement in the augeas block, it is handled by the top-level require
-rw-r--r-- | manifests/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index 1ff527a..7ee9f0c 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -29,7 +29,7 @@ class shorewall::base { lens => 'Shellvars.lns', incl => '/etc/shorewall/shorewall.conf', notify => Service[shorewall], - require => [ Package['shorewall'], Class[augeas] ]; + require => [ Package['shorewall'] ]; } service{shorewall: |