[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, squeeze, updated. 0.6-11-g12e8809
Andreas B. Mundt
andi at debian.org
Mon Aug 20 09:10:46 UTC 2012
The following commit has been merged in the squeeze branch:
commit 12e88095ffa6e3ed219b67a504d83e23631215b8
Author: Andreas B. Mundt <andi at debian.org>
Date: Sun Aug 19 17:57:37 2012 +0200
Enable etckeeper for SERVER_A and add corresponding hook.
diff --git a/fai/config/hooks/tests.SERVER_A.source b/fai/config/hooks/tests.SERVER_A.source
new file mode 100755
index 0000000..4fe40d7
--- /dev/null
+++ b/fai/config/hooks/tests.SERVER_A.source
@@ -0,0 +1,6 @@
+#!/bin/bash
+#
+# run etckeeper
+#
+
+$ROOTCMD etckeeper commit "saving modifications after configure scripts run" || true
diff --git a/fai/config/package_config/SERVER_A b/fai/config/package_config/SERVER_A
index 170da0d..cbd4e61 100644
--- a/fai/config/package_config/SERVER_A
+++ b/fai/config/package_config/SERVER_A
@@ -1,8 +1,9 @@
## Here are all default packages for the given setup that do not fit
## another class.
-PACKAGES aptitude
+PACKAGES aptitude
sudo-ldap
screen
+etckeeper
-PACKAGES aptitude KERBEROS_KDC
+PACKAGES aptitude KERBEROS_KDC
krb5-kdc-ldap
--
Debian-LAN development and packaging
More information about the debian-lan-devel
mailing list