]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
change the 'include augeas' to a 'require augeas'
authorMicah Anderson <micah@riseup.net>
Sat, 23 Feb 2013 15:33:42 +0000 (10:33 -0500)
committerMicah Anderson <micah@riseup.net>
Sat, 23 Feb 2013 15:33:42 +0000 (10:33 -0500)
manifests/base.pp

index 5f7c6d1096671ecb50ea48f35a9b79f40c45943b..1ff527a2c1d11c0caf360ef78b88962cac87d833 100644 (file)
@@ -22,7 +22,7 @@ class shorewall::base {
       }
     }
 
-    include augeas
+    require augeas
 
     augeas { 'shorewall_module_config_path':
       changes => 'set /files/etc/shorewall/shorewall.conf/CONFIG_PATH \'"/etc/shorewall/puppet:/etc/shorewall:/usr/share/shorewall"\'',