Skip to content

Instantly share code, notes, and snippets.

@walterheck
Created December 18, 2016 19:13
Show Gist options
  • Save walterheck/29f9fedfedf1d32f84cb9dc779b47897 to your computer and use it in GitHub Desktop.
Save walterheck/29f9fedfedf1d32f84cb9dc779b47897 to your computer and use it in GitHub Desktop.
foss-puppet-master:
provider:
type: virtualbox
customize:
- [modifyvm, !ruby/sym id, '--memory', 6144]
provisioners:
- type: hosts
add_localhost_hostnames: false
sync_hosts: true
- type: shell
path: files/setup.sh
args: [ !ruby/sym current_branch ]
keep_color: false
walterheck@walter-envy:~/source/opstheater/deploy/vagrant-oscar$ vagrant up foss-master
WARN config_builder: The provider attribute, set on vm foss-master, is deprecated and will be removed in an upcoming release. Use the providers attribute instead.
Bringing machine 'foss-master' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
shell provisioner:
* Shell provisioner `args` must be a string or array.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment