summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 16:44:02 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 16:44:02 -0400
commit7d7c0f4dc299dc342c53341f61ae4643eb134213 (patch)
treeea19339dfa80c85f463efda6e74e49eaf5c37c7c /settings
parent4599345e5814563de497d95829c26c6758f29b1a (diff)
Remove yaml libraries (configparser is good enough) plus remove references to virt-factory.
Diffstat (limited to 'settings')
-rw-r--r--settings8
1 files changed, 7 insertions, 1 deletions
diff --git a/settings b/settings
index 9fe73d9..8344dee 100644
--- a/settings
+++ b/settings
@@ -1 +1,7 @@
-this file is empty at the moment, but at some point it will be the config file
+# configuration for master servers
+
+[general]
+is_master = 0
+is_minion = 1
+master_server = funcmaster
+log_level = DEBUG