Sha256: 0410b9817356b70fda20c1310475642975fa1268c34cd959e9d7bb8c66fef0dc

Contents?: true

Size: 1.85 KB

Versions: 6

Compression:

Stored size: 1.85 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/answers.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:
# Enable colors? If you don't touch this, we'll autodetect terminal capabilities
# :colors: true
# Color scheme, we support :bright and :dark (first is better for white background, dark for black background)
# :color_of_background: :dark

## 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:

## Hooks - hooks in these extra directories will be loaded,
# by default they are loaded from $installer_dir/hooks/$type
# when you specify your directory, it will be search for $yourdir/$type/*.rb
# :hook_dirs:
# - /opt/hooks

# custom storage is handy if you use hooks and you must store some configuration
# which should persist among installer runs. It can be also used for passing
# value from one hook to another.
# :custom: {}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kafo-0.6.5 config/kafo.yaml.example
kafo-0.6.4 config/kafo.yaml.example
kafo-0.6.3 config/kafo.yaml.example
kafo-0.6.2 config/kafo.yaml.example
kafo-0.6.1 config/kafo.yaml.example
kafo-0.6.0 config/kafo.yaml.example