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:
f49329b
)
create ~staticsync/static-master -> /srv/static.debian.org on static-masters
author
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 15:21:11 +0000
(17:21 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Sep 2017 15:21:11 +0000
(17:21 +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
ab561ab
..
cabec64
100644
(file)
--- a/
modules/roles/manifests/static_master.pp
+++ b/
modules/roles/manifests/static_master.pp
@@
-14,6
+14,11
@@
class roles::static_master {
content => template('roles/static-mirroring/static-clients.conf.erb'),
}
+ file { "/home/staticsync/static-master":
+ ensure => link,
+ target => '/srv/static.debian.org',
+ }
+
# export some information for the onion.debian.org build
if $::hostname in [dillon] {
file { '/srv/puppet.debian.org':