Created
December 18, 2016 19:13
-
-
Save walterheck/29f9fedfedf1d32f84cb9dc779b47897 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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