Class: Packer::Provisioner::Chef

Inherits:
Packer::Provisioner show all
Defined in:
lib/packer/provisioners/chef/solo.rb,
lib/packer/provisioners/chef/client.rb

Direct Known Subclasses

Client, Solo

Defined Under Namespace

Classes: Client, Solo

Constant Summary

Constants inherited from Packer::Provisioner

ANSIBLE, CHEF_CLIENT, CHEF_SOLO, FILE, POWERSHELL, PUPPET_MASTERLESS, PUPPET_SERVER, SALT, SHELL, VALID_PROVISIONER_TYPES, WINDOWS_RESTART, WINDOWS_SHELL

Instance Attribute Summary

Attributes inherited from DataObject

#data, #key_dependencies, #required

Method Summary

Methods inherited from Packer::Provisioner

#except, get_provisioner, #initialize, #only, #override, #pause_before, types

Methods inherited from DataObject

#__add_array_of_array_of_strings, #__add_array_of_hashes, #__add_array_of_ints, #__add_array_of_strings, #__add_boolean, #__add_hash, #__add_integer, #__add_json, #__add_string, #__exclusive_key_error, #add_key_dependencies, #add_required, #deep_copy, #initialize, #validate, #validate_key_dependencies, #validate_required

Constructor Details

This class inherits a constructor from Packer::Provisioner