From: Aurelien Jarno Date: Sun, 6 May 2018 20:46:10 +0000 (+0200) Subject: Fixup previous commit, log directory permissions were already defined X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=49821a0a128a28ef04dcd6b1838ac4b136ebe97b;p=mirror%2Fdsa-puppet.git Fixup previous commit, log directory permissions were already defined Signed-off-by: Aurelien Jarno --- 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