From 1a22a9a4b1d7bb3c8bd1fc9041a5edf37b93232d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 21 Sep 2019 11:57:54 +0200 Subject: [PATCH] archvsync_base: use group name rather than gid number --- modules/roles/manifests/archvsync_base.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/roles/manifests/archvsync_base.pp b/modules/roles/manifests/archvsync_base.pp index adb8d6a5d..d84c21b69 100644 --- 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': -- 2.20.1