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:
04b5e98
)
create /srv/static.debian.org/master static-masters
author
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 15:22:33 +0000
(17:22 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 15:22:33 +0000
(17:22 +0200)
modules/roles/manifests/static_master.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/static_master.pp
b/modules/roles/manifests/static_master.pp
index
cabec64
..
c16870a
100644
(file)
--- a/
modules/roles/manifests/static_master.pp
+++ b/
modules/roles/manifests/static_master.pp
@@
-18,6
+18,12
@@
class roles::static_master {
ensure => link,
target => '/srv/static.debian.org',
}
+ file { '/srv/static.debian.org/master':
+ ensure => directory,
+ mode => '0755',
+ owner => 'staticsync',
+ group => 'staticsync',
+ }
# export some information for the onion.debian.org build
if $::hostname in [dillon] {