From: Micah Anderson Date: Sat, 23 Feb 2013 15:35:54 +0000 (-0500) Subject: remove the class requirement in the augeas block, it is handled by the top-level... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d01a48cb5c3a73d281368d93c8f7a3fa45b3cd70;p=puppet-shorewall.git remove the class requirement in the augeas block, it is handled by the top-level require --- 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: