factor out schroot
[mirror/dsa-puppet.git] / modules / buildd / files / default-schroot
diff --git a/modules/buildd/files/default-schroot b/modules/buildd/files/default-schroot
deleted file mode 100644 (file)
index b4131da..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-# This is a configuration file for /etc/init.d/schroot; it allows you
-# to perform common modifications to the behavior of schroot
-# initialization without editing the init script (and thus getting
-# prompted by dpkg on upgrades).  Note that the defaults defined here
-# are not used when invoking the schroot command; to configure schroot
-# behaviour have a look at /etc/schroot/* and the schroot manual page
-# ("man schroot").
-
-# What do we want to do with "orphan" sessions when starting or
-# restarting?  Recover them (leave empty or set to "recover") or just
-# end them (set to "end")?
-SESSIONS_RECOVER="end"