From e2bc84534470340c091601a40324f2b7f3ce3f94 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 7 Apr 2009 23:17:06 +0200 Subject: [PATCH] So, if you require a package in a files block you also need to declare it --- modules/apache2/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) 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", -- 2.39.2