diff options
| author | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-09-20 16:44:02 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-09-20 16:44:02 -0400 |
| commit | 7d7c0f4dc299dc342c53341f61ae4643eb134213 (patch) | |
| tree | ea19339dfa80c85f463efda6e74e49eaf5c37c7c /settings | |
| parent | 4599345e5814563de497d95829c26c6758f29b1a (diff) | |
Remove yaml libraries (configparser is good enough) plus remove references to virt-factory.
Diffstat (limited to 'settings')
| -rw-r--r-- | settings | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
