summaryrefslogtreecommitdiffstats
path: root/config/modules.conf
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-06 11:38:10 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-06 11:38:10 -0400
commit36c7abaa74b11786cd5f3184c17938b516baf890 (patch)
treec1fb8d5e751956c06e2ad0291b9efba0af88cd47 /config/modules.conf
parent84e318eef4e76e32a130b40b4d6939fa35d9a35e (diff)
downloadthird_party-cobbler-36c7abaa74b11786cd5f3184c17938b516baf890.tar.gz
third_party-cobbler-36c7abaa74b11786cd5f3184c17938b516baf890.tar.xz
third_party-cobbler-36c7abaa74b11786cd5f3184c17938b516baf890.zip
Allow for serialization modules to be selected by changing /etc/cobbler/modules.conf
Diffstat (limited to 'config/modules.conf')
-rw-r--r--config/modules.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/modules.conf b/config/modules.conf
new file mode 100644
index 0000000..fbe710c
--- /dev/null
+++ b/config/modules.conf
@@ -0,0 +1,7 @@
+[serializers]
+settings = serializer_yaml
+distro = serializer_yaml
+profile = serializer_yaml
+system = serializer_yaml
+repo = serializer_yaml
+