Method: ChefApply::Config.initialize_mixlib_config
- Defined in:
- lib/chef_apply/config.rb
.initialize_mixlib_config ⇒ Object
Ensure when we extend Mixlib::Config that we load up the workstation config since we will need that to converge later
36 37 38 |
# File 'lib/chef_apply/config.rb', line 36 def initialize_mixlib_config super end |