File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 To be minimally functional, you will almost certainly need to define at least the following settings:
3232
33- - `settings[:hiera_yaml_file ]` as the absolute or relative path to your hiera configuration file
33+ - `settings[:hiera_config ]` as the absolute or relative path to your hiera configuration file
3434 - `settings[:hiera_path_strip]` as the prefix to strip when munging the hiera configuration file
3535 - `settings[:puppetdb_url]` as the URL to your PuppetDB instance so facts can be obtained
3636
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ def self.config
2626 settings = { }
2727
2828 ##############################################################################################
29- # hiera_yaml_file
29+ # hiera_config
3030 # Path to the hiera.yaml configuration file. If the path starts with a `/`, then it is
3131 # treated as an absolute path on this system. Otherwise, the path will be treated as
3232 # a relative path. If you don't specify this, the tool will assume you aren't using Hiera.
3333 # More: https://github.com/github/octocatalog-diff/blob/master/doc/configuration-hiera.md
3434 ##############################################################################################
3535
36- # settings[:hiera_yaml_file ] = '/etc/puppetlabs/puppet/hiera.yaml' # Absolute path
37- # settings[:hiera_yaml_file ] = 'environments/production/config/hiera.yaml' # Relative path
36+ # settings[:hiera_config ] = '/etc/puppetlabs/puppet/hiera.yaml' # Absolute path
37+ # settings[:hiera_config ] = 'environments/production/config/hiera.yaml' # Relative path
3838
3939 ##############################################################################################
4040 # hiera_path_strip
You can’t perform that action at this time.
0 commit comments