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:
bb6fa3a
)
syntax fix
author
Peter Palfrader
<peter@palfrader.org>
Mon, 30 Jan 2017 18:31:39 +0000
(19:31 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 30 Jan 2017 18:31:39 +0000
(19:31 +0100)
modules/roles/manifests/debian_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/debian_mirror.pp
b/modules/roles/manifests/debian_mirror.pp
index
194e65d
..
81afa72
100644
(file)
--- a/
modules/roles/manifests/debian_mirror.pp
+++ b/
modules/roles/manifests/debian_mirror.pp
@@
-11,7
+11,7
@@
class roles::debian_mirror {
default => undef,
}
$archive_root = $::hostname ? {
- default => '/srv/mirrors/debian,
+ default => '/srv/mirrors/debian
'
,
}
apache2::site { '010-ftp.debian.org':