We really want logrotated installed with apache
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 3a7efd2..2975304 100644 (file)
@@ -1,6 +1,7 @@
 class apache2 {
        package {
                apache2: ensure => installed;
+               logrotate: ensure => installed;
        }
 
        file {