+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
backend holter {
# holter.debian.org
.host = "194.177.211.202";
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
+
# Configuration file for varnish
#
# /etc/init.d/varnish expects the variables $DAEMON_OPTS, $NFILES and $MEMLOCK
}
file { '/etc/default/varnish':
- source => 'puppet:///modules/varnish/files/varnish.default',
- notify => Service['varnish'],
+ source => 'puppet:///modules/varnish/varnish.default',
+ require => Package['varnish'],
+ notify => Service['varnish'],
+ mode => '0444',
}
file { '/etc/varnish/default.vcl':
- source => 'puppet:///modules/varnish/files/default.vcl',
- notify => Service['varnish'],
+ source => 'puppet:///modules/varnish/default.vcl',
+ require => Package['varnish'],
+ notify => Service['varnish'],
+ mode => '0444',
}
}