summaryrefslogtreecommitdiffstats
path: root/installer_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-26 16:22:15 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-26 16:22:15 -0500
commitfc9780b4b4ceabe9ca1ae0b15f3d23119999fe52 (patch)
tree861187ab37791f53caefad7e54c35c2ef9627940 /installer_templates
parentaa590406056db4c5bb1acdba9f81ea76097d6388 (diff)
downloadcobbler-fc9780b4b4ceabe9ca1ae0b15f3d23119999fe52.tar.gz
cobbler-fc9780b4b4ceabe9ca1ae0b15f3d23119999fe52.tar.xz
cobbler-fc9780b4b4ceabe9ca1ae0b15f3d23119999fe52.zip
Switch to PyYAML for yaml processing.
Conflicts: cobbler.spec
Diffstat (limited to 'installer_templates')
-rw-r--r--installer_templates/defaults20
1 files changed, 10 insertions, 10 deletions
diff --git a/installer_templates/defaults b/installer_templates/defaults
index 8a5eebad..3da44762 100644
--- a/installer_templates/defaults
+++ b/installer_templates/defaults
@@ -1,13 +1,13 @@
-authn_module:'authn_denyall'
-authz_module:'authz_allowall'
-dns_module:'manage_bind'
-dhcp_module:'manage_isc'
-enable_dhcp:0
-enable_dns:0
-next_server:'127.0.0.1'
-pxe_once:0
+authn_module: 'authn_denyall'
+authz_module: 'authz_allowall'
+dns_module: 'manage_bind'
+dhcp_module: 'manage_isc'
+enable_dhcp: 0
+enable_dns: 0
+next_server: '127.0.0.1'
+pxe_once: 0
redhat_management_type: "off"
redhat_management_server: "xmlrpc.rhn.redhat.com"
redhat_management_key: ""
-server:'127.0.0.1'
-yum_post_install_mirror:1
+server: '127.0.0.1'
+yum_post_install_mirror: 1