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

bin/setup No Longer Works #8

Open
SneakyPanda7 opened this issue Oct 17, 2018 · 2 comments
Open

bin/setup No Longer Works #8

SneakyPanda7 opened this issue Oct 17, 2018 · 2 comments

Comments

@SneakyPanda7
Copy link

-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

@craig5
Copy link
Owner

craig5 commented Oct 18, 2018

Thank you for filing the issue. I will work on updating the script.

Stay tuned...

@craig5
Copy link
Owner

craig5 commented Dec 3, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants