From: Peter Palfrader Date: Tue, 7 Apr 2009 21:17:06 +0000 (+0200) Subject: So, if you require a package in a files block you also need to declare it X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2bc84534470340c091601a40324f2b7f3ce3f94;p=dsa-puppet.git So, if you require a package in a files block you also need to declare it --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 2a7366d8..487409f6 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -1,4 +1,8 @@ class apache2 { + package { + apache2: ensure => installed; + } + file { "/etc/apache2/conf.d/security": source => [ "puppet:///apache2/per-host/$fqdn/etc/apache2/conf.d/security",