class Packerman::Dsl::Provisioners::ChefSolo

Public Class Methods

optional_keys() click to toggle source
# File lib/packerman/dsl/provisioners/chef_solo.rb, line 7
def optional_keys
  [
    :chef_environment,
    :config_template,
    :cookbook_paths,
    :data_bags_path,
    :encrypted_data_bag_secret_path,
    :environments_path,
    :execute_command,
    :install_command,
    :json,
    :prevent_sudo,
    :remote_cookbook_paths,
    :roles_path,
    :run_list,
    :skip_install,
    :staging_directory
  ]
end

Public Instance Methods

type() click to toggle source
# File lib/packerman/dsl/provisioners/chef_solo.rb, line 2
def type
  "chef-solo"
end