We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-Z was removed from Salt Bootstrap a while back: saltstack/salt-bootstrap@18e1b97
The salt essentials setup script currently calls Salt Bootstrap with -Z, which causes the script to fail: https://github.com/craig5/salt-essentials-utils/blob/master/bin/setup#L69
The text was updated successfully, but these errors were encountered:
Thank you for filing the issue. I will work on updating the script.
Stay tuned...
Sorry, something went wrong.
Fixed: #9
[vagrant@master bin]$ ./setup --debug [DEBUG] - Log level reset to debug. [DEBUG] - Loading vars. [DEBUG] - Host name: master.example [DEBUG] - Running command: ['curl', '--insecure', '-L', 'http://bootstrap.saltstack.org', '-o', '/tmp/install-salt.sh'] [DEBUG] - Return code: 0 [DEBUG] - Stdout: [DEBUG] - Stderr: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 252k 100 252k 0 0 572k 0 --:--:-- --:--:-- --:--:-- 572k [DEBUG] - Loading master. [DEBUG] - Running command: ['sudo', 'bash', '/tmp/install-salt.sh', '-M', '-P', '-p', 'salt-cloud', '-A', '172.31.0.11'] [DEBUG] - Return code: 0
Also verified minion1.
minion1
No branches or pull requests
-Z was removed from Salt Bootstrap a while back: saltstack/salt-bootstrap@18e1b97
The salt essentials setup script currently calls Salt Bootstrap with -Z, which causes the script to fail: https://github.com/craig5/salt-essentials-utils/blob/master/bin/setup#L69
The text was updated successfully, but these errors were encountered: