From: Micah Anderson Date: Tue, 12 Feb 2013 18:02:20 +0000 (-0500) Subject: augeas definition needs to make sure the shorewall package is installed before it... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b5146fad267e3a5a8737d0fa083ee50fb650cdea;p=puppet-shorewall.git augeas definition needs to make sure the shorewall package is installed before it tries to run --- diff --git a/manifests/base.pp b/manifests/base.pp index f2004ab..5f7c6d1 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 => Class[augeas]; + require => [ Package['shorewall'], Class[augeas] ]; } service{shorewall: