summaryrefslogtreecommitdiffstats
path: root/installer_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-06 17:00:34 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-06 17:00:34 -0500
commit58f34fc41e97c6c82f76952d9c26aa64048f5b76 (patch)
tree84c8a3dceb5c603c3344250f91278bb5e92dc532 /installer_templates
parent4feb945cad68c56d8f622b0c6676ed7bcc1a0e71 (diff)
downloadcobbler-58f34fc41e97c6c82f76952d9c26aa64048f5b76.tar.gz
cobbler-58f34fc41e97c6c82f76952d9c26aa64048f5b76.tar.xz
cobbler-58f34fc41e97c6c82f76952d9c26aa64048f5b76.zip
Jeff Schroeder's patch to add a email "install done" trigger, plus numerous changes from mpd -- speaks xmlrpc now for efficiency reasons, uses a Cheetah template, etc. The template lives in /etc/cobbler/reporting for installed cobbler versions now. Turned on in /etc/cobbler/settings.
Diffstat (limited to 'installer_templates')
-rw-r--r--installer_templates/settings.template13
1 files changed, 13 insertions, 0 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template
index 1733b49e..c541da7f 100644
--- a/installer_templates/settings.template
+++ b/installer_templates/settings.template
@@ -25,6 +25,19 @@ allow_duplicate_macs: 0
# the path to BIND's executable for this distribution.
bind_bin: /usr/sbin/named
+# Email out a report when cobbler finishes installing a system.
+# enabled: set to 1 to turn this feature on
+# sender: optional
+# email: which addresses to email
+# smtp_server: used to specify another server for an MTA
+# subject: use the default subject unless overridden
+
+build_reporting_enabled: 0
+build_reporting_sender: ""
+build_reporting_email: [ 'root@localhost' ]
+build_reporting_smtp_server: "localhost"
+build_reporting_subject: ""
+
# Cheetah-language kickstart templates can import Python modules.
# while this is a useful feature, it is not safe to allow them to
# import anything they want. This whitelists which modules can be