summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-31 15:34:10 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-03-31 15:34:10 -0400
commitca136de01b6d6604ca0fdf2990395c9212abd6a8 (patch)
treef05b85eea02d1cd9cd1a794ac516296a7f41e7c6 /config
parent328f4f65d79ad8af4bb888330563689f1f09e21a (diff)
downloadthird_party-cobbler-ca136de01b6d6604ca0fdf2990395c9212abd6a8.tar.gz
third_party-cobbler-ca136de01b6d6604ca0fdf2990395c9212abd6a8.tar.xz
third_party-cobbler-ca136de01b6d6604ca0fdf2990395c9212abd6a8.zip
Fix default config file format.
Diffstat (limited to 'config')
-rw-r--r--config/users.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/users.conf b/config/users.conf
index 94a3566..129659a 100644
--- a/config/users.conf
+++ b/config/users.conf
@@ -18,9 +18,11 @@
# cobbler command line example:
#
# cobbler system edit --name=server1 --owner=dbas,mac,pete,jack
-
+#
+# NOTE: yes, you do need the equal sign after the names.
+# don't remove that part. It's reserved for future use.
[admins]
-admin
-cobbler
+admin = ""
+cobbler = ""