From: Peter Palfrader Date: Tue, 26 May 2009 17:46:21 +0000 (+0200) Subject: We really want logrotated installed with apache X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b1345b1525de3a2329d7961a0c816998a04c3081;p=dsa-puppet.git We really want logrotated installed with apache --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 3a7efd2e..29753045 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -1,6 +1,7 @@ class apache2 { package { apache2: ensure => installed; + logrotate: ensure => installed; } file {