hammer-cli-csv / test / config.template.yml @ 67225dc7
1 |
:ui:
|
---|---|
2 |
:interactive: true |
3 |
:per_page: 20 |
4 |
:history_file: './log/history' |
5 |
|
6 |
:watch_plain: true # enable/disable color output of logger in Clamp commands |
7 |
|
8 |
:reload_cache: true |
9 |
|
10 |
:log_dir: './log' |
11 |
:log_level: 'error' |
12 |
:log_api_calls: false |
13 |
:log_size: 5 # MB |
14 |
|
15 |
:foreman:
|
16 |
:enable_module: true |
17 |
:host: 'https://localhost' |
18 |
:username: 'admin' |
19 |
:password: 'changeme' |
20 |
|
21 |
:katello:
|
22 |
:enable_module: true |
23 |
|
24 |
# :csv: section must be last line to allow testing of config changes
|
25 |
:csv:
|
26 |
:enable_module: true |
27 |
# last line of config.yml with newline
|