summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-09-08 15:21:49 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-09-08 15:21:49 -0400
commitd7b30b5fca5097c544ca37ade8c945a3106b1896 (patch)
treed05803efde6a3ba9aaffd0553fe84e3688900d6e /config
parent6a32dbc3f84d0b45ab000fadea01b13427a17645 (diff)
downloadcobbler-d7b30b5fca5097c544ca37ade8c945a3106b1896.tar.gz
cobbler-d7b30b5fca5097c544ca37ade8c945a3106b1896.tar.xz
cobbler-d7b30b5fca5097c544ca37ade8c945a3106b1896.zip
Added puppet integration via an external nodes mod_python URL and --mgmt-classes on distro/profile/system objects
Diffstat (limited to 'config')
-rw-r--r--config/settings8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/settings b/config/settings
index ae4e676c..533f1210 100644
--- a/config/settings
+++ b/config/settings
@@ -89,6 +89,14 @@ manage_dns: 0
manage_forward_zones: []
manage_reverse_zones: []
+# cobbler has a feature that allows for integration with config management
+# systems such as Puppet. The following parameters work in conjunction with
+# --mgmt-classes and are described in furhter detail at:
+# https://fedorahosted.org/cobbler/wiki/UsingCobblerWithConfigManagementSystem
+mgmt_classes: []
+mgmt_parameters:
+ from_cobbler: 1
+
# location where cobbler will write its named.conf when BIND dns management is
# enabled
named_conf: /etc/named.conf