Guard schroot setup scripts with PROFILE = dsa
[mirror/dsa-puppet.git] / modules / porterbox / files / schroot-setup.d / 99porterbox-extra-apt-options
index 1753a7d..db240da 100755 (executable)
@@ -9,6 +9,8 @@
 
 set -e
 
+[ "$CHROOT_PROFILE" = "dsa" ] || exit 0
+
 . "$SETUP_DATA_DIR/common-data"
 . "$SETUP_DATA_DIR/common-functions"