summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-09-22 17:18:42 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-09-22 17:18:42 -0400
commita37441413fbcb00a53d2d13a09d73f2b7c219d9c (patch)
treefefeab198f6a7eaa779ab1fb313efce43c68242d /config
parent1476be59ed091c467680c3b334194ed43f9e0c64 (diff)
downloadcobbler-a37441413fbcb00a53d2d13a09d73f2b7c219d9c.tar.gz
cobbler-a37441413fbcb00a53d2d13a09d73f2b7c219d9c.tar.xz
cobbler-a37441413fbcb00a53d2d13a09d73f2b7c219d9c.zip
Ensure that the default value for ownership is a list. Also some cleanup to the way we save settings in the middle of test runs. Also also some manpage cleanup pointed out by bretm.
Diffstat (limited to 'config')
-rw-r--r--config/settings7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/settings b/config/settings
index 55d409fd..2a08923d 100644
--- a/config/settings
+++ b/config/settings
@@ -39,9 +39,10 @@ default_virt_file_size: 5
default_virt_ram: 512
# if using the authz_ownership module (see the Wiki), objects
-# created without specifying an owner are assigned to this
-# owner and/or group. Can be a comma seperated list.
-default_ownership: "admin"
+# created without specifying an owner are assigned to these
+# owners and/or groups.
+default_ownership:
+ - "admin"
# controls whether cobbler will add each new profile entry to the default
# PXE boot menu. This can be over-ridden on a per-profile