remove local_part_suffix handling from alias file
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index a0e8106..4098660 100644 (file)
@@ -9,7 +9,6 @@ class apache2 {
 
     package {
         "apache2": ensure => installed;
-        "logrotate": ensure => installed;
     }
 
     case $php5 {