summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorroot <root@mdehaan.rdu.redhat.com>2007-09-14 15:58:33 -0400
committerroot <root@mdehaan.rdu.redhat.com>2007-09-14 15:58:33 -0400
commit2f7c2774afffbe5d5206fbc7865443fd71c29e78 (patch)
tree4f12f56e06a9b947e344363b28419a9fed2666a4 /config
parent9fce10e7cf0a616b14c031d7b03c78f58a887c56 (diff)
downloadthird_party-cobbler-2f7c2774afffbe5d5206fbc7865443fd71c29e78.tar.gz
third_party-cobbler-2f7c2774afffbe5d5206fbc7865443fd71c29e78.tar.xz
third_party-cobbler-2f7c2774afffbe5d5206fbc7865443fd71c29e78.zip
Permissions cleanup and moving settings to be packaged in the RPM.
Diffstat (limited to 'config')
-rw-r--r--config/settings31
1 files changed, 31 insertions, 0 deletions
diff --git a/config/settings b/config/settings
new file mode 100644
index 0000000..b45e8f2
--- /dev/null
+++ b/config/settings
@@ -0,0 +1,31 @@
+---
+bootloaders:
+ ia64: /var/lib/cobbler/elilo-3.6-ia64.efi
+ standard: /usr/lib/syslinux/pxelinux.0
+default_kickstart: /etc/cobbler/default.ks
+default_virt_type: auto
+dhcpd_bin: /usr/sbin/dhcpd
+dhcpd_conf: /etc/dhcpd.conf
+dnsmasq_bin: /usr/sbin/dnsmasq
+dnsmasq_conf: /etc/dnsmasq.conf
+httpd_bin: /usr/sbin/httpd
+kernel_options:
+ ksdevice: eth0
+ lang: ' '
+ text: ~
+manage_dhcp: 0
+manage_dhcp_mode: isc
+next_server: '127.0.0.1'
+pxe_just_once: 0
+server: '127.0.0.1'
+snippetsdir: /var/lib/cobbler/snippets
+syslog_port: 25150
+tftpboot: /tftpboot
+tftpd_bin: /usr/sbin/in.tftpd
+tftpd_conf: /etc/xinetd.d/tftp
+webdir: /var/www/cobbler
+xmlrpc_port: 25151
+xmlrpc_rw_enabled: 0
+xmlrpc_rw_port: 25152
+yum_core_mirror_from_server: 0
+