Move /usr/local/bin/static-update-component from static_source to statice_base, and...
[mirror/dsa-puppet.git] / .octocatalog-diff.cfg.rb
1 module OctocatalogDiff
2   class Config
3     def self.config
4       settings = {}
5       settings[:hiera_config] = 'spec/octocatalog/hiera.yaml'
6       settings[:hiera_path] = 'hieradata'
7       settings[:storeconfigs] = false
8       settings[:validate_references] = %w(before notify require subscribe)
9       settings
10     end
11   end
12 end