Sha256: 69deaaedbae3c2e754e715d80254039e687d556a95ec8800664bebca6ec2d23b
Contents?: true
Size: 826 Bytes
Versions: 16
Compression:
Stored size: 826 Bytes
Contents
# Not quite ready yet driver: name: digitalocean digitalocean_access_token: <%= ENV['DIGITALOCEAN_API_TOKEN'] %> region: <%= ENV['DIGITALOCEAN_REGION'] %> size: 2gb ssh_key_ids: <%= ENV['DIGITALOCEAN_SSH_KEYS'] %> transport: ssh_key: <%= ENV['DIGITALOCEAN_SSH_KEY_PATH'] %> provisioner: name: chef_zero product_name: chef product_version: latest channel: current # busser installation relies on this <% if ENV["KITCHEN_CHEF_PRODUCT"] %> verifier: chef_omnibus_root: "/opt/<%= ENV["KITCHEN_CHEF_PRODUCT"] %>" <% end %> platforms: <% %w(centos-6.5 centos-7.0 fedora-21 debian-8.1 ubuntu-12.04 ubuntu-14.04 ubuntu-15.10 ).each do |platform| %> - name: #{platform} driver_config: image: <%= "#{platform.gsub('.', '-')}-x64" %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems