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

bootstrap_linux.sh compatibility problem with older versions of PuppetGUI #317

Open
NVitanovic opened this issue Jan 3, 2018 · 0 comments

Comments

@NVitanovic
Copy link
Contributor

Older PuppetGUI scripts use the newest (from master) bootstrap_linux.sh script which requires parameters passed. The old PuppetGUI bootstrap_linux.sh did not need any parameters to be passed so the new script breaks the bootstrap on older PuppetGUIs.

The solution if running bootstrap from older PuppetGUI is to edit /opt/puppetmaster-gui/app/routes/servers.js file and replace the URL of the bootstrap_linux.sh script from https://raw.githubusercontent.com/atomia/puppet-atomia/master/files/bootstrap_linux.sh to https://raw.githubusercontent.com/atomia/puppet-atomia/f7e569c014799448906ac3a04922f688a924114a/files/bootstrap_linux.sh.

Restart the puppetmaster-gui service.

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

1 participant