diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-09-17 17:45:50 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-09-17 17:45:50 -0400 |
commit | b875715604c9a309b7a23d4c96842d9481851166 (patch) | |
tree | 359c82474f2e2954e4a354c5a16f9e4c5684fe5f /installer_templates/modules.conf.template | |
parent | 48ff1a38347ad45d480b133b03df2f6a5a7a5657 (diff) | |
download | cobbler-b875715604c9a309b7a23d4c96842d9481851166.tar.gz cobbler-b875715604c9a309b7a23d4c96842d9481851166.tar.xz cobbler-b875715604c9a309b7a23d4c96842d9481851166.zip |
Apply Partha's patch to add /usr/bin/cobbler/setup which is a program to help create settings and modules.conf, there are a few small bugs in this but it's mostly done. I've reworked the code for style/output somewhat and also added RPM packaging.
Diffstat (limited to 'installer_templates/modules.conf.template')
-rw-r--r-- | installer_templates/modules.conf.template | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/installer_templates/modules.conf.template b/installer_templates/modules.conf.template new file mode 100644 index 00000000..6b66b07c --- /dev/null +++ b/installer_templates/modules.conf.template @@ -0,0 +1,26 @@ +# this file was auto-generated by /usr/bin/cobbler-setup +#import time +$time.asctime() +# the previous file is saved as /etc/cobbler/settings.backup + +# FIXME: this file is based on an older version of cobbler and needs to be updated to devel + + +[serializers] +settings = serializer_yaml +distro = serializer_yaml +profile = serializer_yaml +system = serializer_yaml +repo = serializer_yaml + +[authentication] +module = $authn_module + +[authorization] +module = $authz_module + +[dns] +module = $dns_module + +[dhcp] +module = $dhcp_module |