Ship our own fstab for the dsa schroot profile
[mirror/dsa-puppet.git] / modules / porterbox / manifests / init.pp
index 03bd65c..3747c12 100644 (file)
@@ -12,6 +12,9 @@ class porterbox {
        file { '/etc/schroot/dsa/config':
                source  => 'puppet:///modules/porterbox/schroot-dsa/config',
        }
+       file { '/etc/schroot/dsa/fstab':
+               source  => 'puppet:///modules/porterbox/schroot-dsa/fstab',
+       }
        file { '/etc/schroot/dsa/default-mirror':
                content => template('porterbox/default-mirror.erb'),
        }