Sha256: 593ed3da44874ec292b93009e770fce2345d1c741385c1690c427ab8480f1a1f
Contents?: true
Size: 635 Bytes
Versions: 26
Compression:
Stored size: 635 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 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
26 entries across 26 versions & 2 rubygems