Add x86-grnet-02.debian.org
[mirror/dsa-puppet.git] / modules / buildd / manifests / init.pp
index f68b537..e48e0ff 100644 (file)
@@ -101,7 +101,7 @@ class buildd ($ensure=present) {
                #
                # buildd/pybuildd configuration
                #
-               if $::hostname in [x86-bm-01,x86-grnet-01,zani] {
+               if $::hostname in [x86-bm-01,x86-grnet-01,x86-grnet-02,zani] {
                        #
                        # pybuildd configuration
                        #
@@ -138,7 +138,23 @@ class buildd ($ensure=present) {
                                mode    => '755',
                        }
                        file { '/etc/systemd/journald.conf.d/persistency.conf':
-                               source => 'puppet:///modules/systemd/persistency.conf',
+                               source => 'puppet:///modules/dsa_systemd/persistency.conf',
+                       }
+
+                       # 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,
+                       }
+                       # work around https://salsa.debian.org/wb-team/pybuildd/issues/11
+                       concat::fragment { 'dsa-puppet-stuff--pybuildd-expire-logs':
+                               target => '/etc/cron.d/dsa-puppet-stuff',
+                               content  => @(EOF)
+                                       @daily buildd [ -d ~buildd/logs ] && find ~buildd/logs -type f -mtime +90 -delete
+                                       | EOF
                        }
                } else {
                        #