Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant: Use `salt_call_args` instead of minion_id #493

Closed
wants to merge 1 commit into from

Commits on Sep 27, 2016

  1. Vagrant: Use `salt_call_args` instead of minion_id

    The hacky `minion_id` method to pass `file-root` and `pillar-root` to
    `salt-call` does not work since Vagrant 1.8.3.
    
    If Vagrant accepts hashicorp/vagrant#7836 , this PR will use the new
    argument. It also sets the hostname using the appropriate option,
    superseeding #248.
    
    DO NOT MERGE until Vagrant accepts the PR, and releases a new version.
    jarondl committed Sep 27, 2016
You can’t perform that action at this time.