From: Peter Palfrader Date: Sat, 21 Sep 2019 09:57:54 +0000 (+0200) Subject: archvsync_base: use group name rather than gid number X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1a22a9a4b1d7bb3c8bd1fc9041a5edf37b93232d;p=mirror%2Fdsa-puppet.git archvsync_base: use group name rather than gid number --- 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':