You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
walterheck@walter-envy:~/source/opstheater/deploy/vagrant-oscar$ GIT_BRANCH=test vagrant provision 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.
==> foss-master: Running provisioner: hosts...
==> foss-master: Running provisioner: shell...
foss-master: Running: /tmp/vagrant-shell20161219-24241-19kctso.sh
==> foss-master: blah
==> foss-master: GIT_BRANCH=<%= ENV['GIT_BRANCH'] >
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
The text was updated successfully, but these errors were encountered:
Not really sure what the intended fix should be though? Should the ConfigBuilder be able to load a loader based on the file extension instead? So if I rename my roles.yaml to roles.yaml.erb it will pick it up? I don't think it should do the yaml_erb option by default neither.
One last option could be to patch Oscar's run command to add an optional parameter that specifies the loader? @nanliu@adrienthebo@Sharpie opinions?
I can't get the erb parsing support implemented in #24 to work properly, is there something I'm missing?
I have this yaml:
Which when called like this:
The text was updated successfully, but these errors were encountered: