]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/schroot/manifests/init.pp
Better with a newline
[dsa-puppet.git] / modules / schroot / manifests / init.pp
index d9ca26141fe65f300a18eb4abb261754592718c5..94c359a26f12c5ea3af2b600f3be3a78608ce2d7 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'],
+               }
+       }
 }