From 49821a0a128a28ef04dcd6b1838ac4b136ebe97b Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 6 May 2018 22:46:10 +0200 Subject: [PATCH] Fixup previous commit, log directory permissions were already defined Signed-off-by: Aurelien Jarno --- modules/buildd/manifests/init.pp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index e82602bba..9bbbeea2b 100644 --- a/modules/buildd/manifests/init.pp +++ b/modules/buildd/manifests/init.pp @@ -141,21 +141,14 @@ class buildd ($ensure=present) { source => 'puppet:///modules/systemd/persistency.conf', } - # Make sure that the build and logs directories have the correct - # permissions. This should go away once pybuildd issue #3 is - # solved. + # Make sure that the build directory have the correct permissions. + # This should go away once pybuildd issue #3 is solved. file { '/home/buildd/build': ensure => directory, mode => '2750', group => buildd, owner => buildd, } - file { '/home/buildd/logs': - ensure => directory, - mode => '2750', - group => buildd, - owner => buildd, - } } else { # # buildd configuration -- 2.20.1