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:
6b24dc4
)
Move ports upload directory to a different directory
author
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 26 May 2016 23:55:29 +0000
(
01:55
+0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 26 May 2016 23:55:53 +0000
(
01:55
+0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/roles/manifests/ports-master.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/ports-master.pp
b/modules/roles/manifests/ports-master.pp
index
3639076
..
a0f3ac1
100644
(file)
--- a/
modules/roles/manifests/ports-master.pp
+++ b/
modules/roles/manifests/ports-master.pp
@@
-27,7
+27,7
@@
class roles::ports-master {
writable => true,
writable_other => true,
chown_user => mini-dak-unpriv,
- root => '/srv/ports-master.debian.org/ftp
/incoming
',
+ root => '/srv/ports-master.debian.org/ftp
.upload
',
}
if $bind6 {
@@
-37,7
+37,7
@@
class roles::ports-master {
writable => true,
writable_other => true,
chown_user => mini-dak-unpriv,
- root => '/srv/ports-master.debian.org/ftp
/incoming
',
+ root => '/srv/ports-master.debian.org/ftp
.upload
',
}
}
}