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:
6cb4cf3
)
Rename cron.d entry to make it clear it comes from puppet
author
Julien Cristau
<jcristau@debian.org>
Mon, 7 Aug 2017 20:03:33 +0000
(16:03 -0400)
committer
Julien Cristau
<jcristau@debian.org>
Mon, 7 Aug 2017 20:03:33 +0000
(16:03 -0400)
modules/puppetmaster/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/puppetmaster/manifests/init.pp
b/modules/puppetmaster/manifests/init.pp
index
a5faeba
..
08b400f
100644
(file)
--- a/
modules/puppetmaster/manifests/init.pp
+++ b/
modules/puppetmaster/manifests/init.pp
@@
-27,9
+27,12
@@
class puppetmaster {
}
Concat::Fragment <<| tag == "onionbalance-services.yaml" |>>
- file { '/etc/cron.d/update-fastly-ips':
+ file { '/etc/cron.d/
puppet-
update-fastly-ips':
source => 'puppet:///modules/puppetmaster/update-fastly-ips.cron'
}
+ file { '/etc/cron.d/update-fastly-ips':
+ ensure => absent,
+ }
file { '/usr/local/bin/update-fastly-ips':
source => 'puppet:///modules/puppetmaster/update-fastly-ips.sh',
mode => '0555',