archvsync_base: use group name rather than gid number
authorPeter Palfrader <peter@palfrader.org>
Sat, 21 Sep 2019 09:57:54 +0000 (11:57 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 21 Sep 2019 09:57:54 +0000 (11:57 +0200)
modules/roles/manifests/archvsync_base.pp

index adb8d6a..d84c21b 100644 (file)
@@ -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':