summaryrefslogtreecommitdiffstats
path: root/installer_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-03-11 18:08:37 -0400
committerMichael DeHaan <mdehaan@redhat.com>2009-03-11 18:09:38 -0400
commit5e94a41b283f6491fc5ca60f5262e29cab557147 (patch)
tree37a883cbe129f36cf242944d26cd375030316851 /installer_templates
parent765756bbf64afba2be4070f9b2e1e602046df1fd (diff)
downloadcobbler-5e94a41b283f6491fc5ca60f5262e29cab557147.tar.gz
cobbler-5e94a41b283f6491fc5ca60f5262e29cab557147.tar.xz
cobbler-5e94a41b283f6491fc5ca60f5262e29cab557147.zip
Updates to SCM tracker.
Diffstat (limited to 'installer_templates')
-rw-r--r--installer_templates/settings.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template
index d97f32c8..51457a64 100644
--- a/installer_templates/settings.template
+++ b/installer_templates/settings.template
@@ -311,6 +311,15 @@ register_new_installs: 0
# uses a logging trigger to audit install progress.
run_install_triggers: 1
+# enables a trigger which version controls all changes to /var/lib/cobbler
+# when add, edit, or sync events are performed. This can be used
+# to revert to previous database versions, generate RSS feeds, or for
+# other auditing or backup purposes. git is the recommend SCM
+# for use with this feature.
+
+scm_track_enabled: 0
+scm_track_mode: "git"
+
# this is the address of the cobbler server -- as it is used
# by systems during the install process, it must be the address
# or hostname of the system as those systems can see the server.