projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006e048
)
push empty /var/lib/varnish/.nobackup
author
Martin Zobel-Helas
<zobel@debian.org>
Wed, 21 Feb 2018 21:05:21 +0000
(22:05 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Wed, 21 Feb 2018 21:05:21 +0000
(22:05 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/varnish/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/varnish/manifests/init.pp
b/modules/varnish/manifests/init.pp
index
4d10c66
..
7561869
100644
(file)
--- a/
modules/varnish/manifests/init.pp
+++ b/
modules/varnish/manifests/init.pp
@@
-30,6
+30,12
@@
class varnish {
notify => Service['varnish'],
mode => '0444',
}
+ file { '/var/lib/varnish/.nobackup':
+ ensure => present,
+ content => "",
+ require => Package['varnish'],
+ mode => '0444',
+ }
file { '/etc/logrotate.d/varnish':
source => 'puppet:///modules/varnish/varnish.logrotate',