Sha256: acbf102a1b91372ad28462bbedc73f81177d988aaab00ec6c3910f8009e76516
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kafo-0.5.5 | config/kafo.yaml.example |