Fixup previous commit, log directory permissions were already defined
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 6 May 2018 20:46:10 +0000 (22:46 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 6 May 2018 20:46:40 +0000 (22:46 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/buildd/manifests/init.pp

index e82602b..9bbbeea 100644 (file)
@@ -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