security upload host: /etc/ssh/userkeys/dak should exist
[mirror/dsa-puppet.git] / modules / varnish / manifests / init.pp
index 004711e..4d10c66 100644 (file)
@@ -30,5 +30,11 @@ class varnish {
                notify =>  Service['varnish'],
                mode    => '0444',
         }
+
+        file { '/etc/logrotate.d/varnish':
+               source => 'puppet:///modules/varnish/varnish.logrotate',
+               require =>  Package['varnish'],
+               mode    => '0444',
+        }
 }