Sha256: bac41013fec511ec6f136d26bf7da67f6b447c168c8bbca05d00f344587f1226
Contents?: true
Size: 634 Bytes
Versions: 19
Compression:
Stored size: 634 Bytes
Contents
describe Chef::Resource::Machine do # With Properties # # with_driver # machine.driver # no driver # with_machine_options # machine.machine_options # no machine_options # # node tests # machine with_environment # machine.environment # no environment # machine with_chef_server # machine.chef_server # no chef_server # all node attributes # attributes overwrites normal attributes, but not attributes # # client tests # different private key generation options # pass in private / public key # # Actions context 'with a recipe that ' do with_recipe do machine 'blah' end
Version data entries
19 entries across 19 versions & 1 rubygems