diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-06-20 22:37:04 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-06-20 22:37:04 -0400 |
commit | 4bb9d0c98eff78703a4e1c45b0c86c2f587680e1 (patch) | |
tree | ed817ab19610021383ccf5ed32a4cc9f28d6d454 /config | |
parent | 6c9318b5a3f50f08092ef3ee40e32ec1223c31ac (diff) | |
download | cobbler-4bb9d0c98eff78703a4e1c45b0c86c2f587680e1.tar.gz cobbler-4bb9d0c98eff78703a4e1c45b0c86c2f587680e1.tar.xz cobbler-4bb9d0c98eff78703a4e1c45b0c86c2f587680e1.zip |
Note that the config file is YAML
Diffstat (limited to 'config')
-rw-r--r-- | config/settings | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/settings b/config/settings index 5ea665f6..14517c18 100644 --- a/config/settings +++ b/config/settings @@ -5,8 +5,7 @@ # # This config file is in YAML 1.0 format # see http://yaml.org - - +# # if 1, cobbler will allow insertions of system records that duplicate # the mac address information of other system records. In general, # this is undesirable. |