We need to trust an entire CA :(
[mirror/dsa-puppet.git] / modules / schroot / manifests / init.pp
index 731fd5b..5c0f360 100644 (file)
@@ -48,4 +48,9 @@ class schroot {
                content => template('schroot/schroot-dsa/fstab.erb'),
                require => Package['schroot'],
        }
+
+       file { '/etc/schroot/buildd/fstab':
+               content => template('schroot/schroot-buildd/fstab.erb'),
+               require => Package['schroot'],
+       }
 }