Class: Kitchen::Provisioner::ChefBase

Inherits:
Base
  • Object
show all
Defined in:
lib/kitchen-sync/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#init_command ⇒ Object



22
23
24
# File 'lib/kitchen-sync/core_ext.rb', line 22

def init_command
  "mkdir -p #{config[:root_path]}"
end