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:
4e57b67
)
archvsync_base: use group name rather than gid number
author
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 09:57:54 +0000
(11:57 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 21 Sep 2019 09:57:54 +0000
(11:57 +0200)
modules/roles/manifests/archvsync_base.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/archvsync_base.pp
b/modules/roles/manifests/archvsync_base.pp
index
adb8d6a
..
d84c21b
100644
(file)
--- a/
modules/roles/manifests/archvsync_base.pp
+++ b/
modules/roles/manifests/archvsync_base.pp
@@
-1,11
+1,12
@@
-# this is usually pulled in by *-mirror or syncproxy roles
+# this is pulled in by *-mirror or syncproxy roles
+# in ensures the archvsync user has a home, and
+# that mirrormaster can ssh to it
class roles::archvsync_base {
file { '/srv/mirrors':
ensure => directory,
owner => root,
- group =>
1176, # archvsync
+ group =>
'archvsync',
mode => '0775',
- # links => follow,
}
file { '/srv/mirrors/.nobackup':