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:
0e0adab
)
Fix path
author
Peter Palfrader
<peter@palfrader.org>
Sun, 16 Apr 2017 12:23:16 +0000
(14:23 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 16 Apr 2017 12:23:16 +0000
(14:23 +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
0f7a226
..
e86899c
100644
(file)
--- a/
modules/roles/manifests/static_mirror.pp
+++ b/
modules/roles/manifests/static_mirror.pp
@@
-197,11
+197,11
@@
class roles::static_mirror {
ensure => directory,
mode => '02755'
}
- file { '/srv/static.debian.org/archive.debian.net':
+ file { '/srv/static.debian.org/
puppet/
archive.debian.net':
ensure => directory,
mode => '02755'
}
- file { '/srv/static.debian.org/archive.debian.net/503.html':
+ file { '/srv/static.debian.org/
puppet/
archive.debian.net/503.html':
source => 'puppet:///modules/roles/static-htdocs/archive.debian.net/503.html',
}