new contributors cert
[mirror/dsa-puppet.git] / modules / schroot / manifests / init.pp
index d9ca261..94c359a 100644 (file)
@@ -62,4 +62,11 @@ class schroot {
                content => template('schroot/schroot-buildd/fstab.erb'),
                require => Package['schroot'],
        }
+
+       if $has_srv_buildd {
+               file { '/etc/schroot/buildd/config':
+                       content => "CHROOT_FILE_UNPACK_DIR=/srv/buildd/unpack\n",
+                       require => Package['schroot'],
+               }
+       }
 }