This should go away once pybuildd issue #3 is solved.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
file { '/etc/systemd/journald.conf.d/persistency.conf':
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.
+ 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