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:
596b6ba
)
And remove second /srv/static.debian.org dir from static-mirror class
author
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 15:15:31 +0000
(17:15 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 15:15:31 +0000
(17:15 +0200)
modules/roles/manifests/static_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_mirror.pp
b/modules/roles/manifests/static_mirror.pp
index
68fbfe8
..
bcd32e5
100644
(file)
--- a/
modules/roles/manifests/static_mirror.pp
+++ b/
modules/roles/manifests/static_mirror.pp
@@
-21,13
+21,6
@@
class roles::static_mirror {
mode => '0555',
}
- file { '/srv/static.debian.org':
- ensure => directory,
- owner => staticsync,
- group => staticsync,
- mode => '02755'
- }
-
file { '/etc/cron.d/puppet-static-mirror':
content => "MAILTO=root\nPATH=/usr/local/bin:/usr/bin:/bin\n@reboot staticsync sleep 60; chronic static-mirror-run-all\n",
}