Sha256: fdb20d2282334782038eb9d3e7161a36299603841eb314d8e5375da2c777bec3

Contents?: true

Size: 1.19 KB

Versions: 9

Compression:

Stored size: 1.19 KB

Contents

# kafo main configuration file example
# you can rename it to kafo.yaml so it overwrite default kafo settings
# note current configuration is written to kafo.yaml every time kafo is run

## Installer configuration
# Your project name
# :name: Kafo
# Path to answer file, if the file does not exist a $pwd/config/answers.yaml is used as a fallback
# :answer_file: /etc/kafo/kafo.yaml
# Custom installer path
# :installer_dir: /usr/share/kafo/
# Uncomment if you want to load puppet modules from a specific path, $pwd/modules is used by default
# :modules_dir: /usr/share/kafo/modules
# Similar as modules_dir but for kafo internal modules, leave nil if you don't need to change it
# :kafo_modules_dir:

## Kafo tuning, customization of core functionality
# :no_prefix: false
# :mapping: {}
# :order:

## Useful for development, e.g. when you want to move log files to local directory
# :log_dir: /var/log/kafo
# :log_name: configure.log
# :log_level: :info

# Change if you want to debug default answers for you modules, this directory holds default answers
# :default_values_dir: /tmp

## Advanced configuration - if not set it's ignored
# :log_owner: root
# :log_group: root
# :config_header_file:
# :dont_save_answers:

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kafo-0.3.17 config/kafo.yaml.example
kafo-0.3.16 config/kafo.yaml.example
kafo-0.3.15 config/kafo.yaml.example
kafo-0.3.14 config/kafo.yaml.example
kafo-0.3.13 config/kafo.yaml.example
kafo-0.3.12 config/kafo.yaml.example
kafo-0.3.11 config/kafo.yaml.example
kafo-0.3.10 config/kafo.yaml.example
kafo-0.3.9 config/kafo.yaml.example