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
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.
The text was updated successfully, but these errors were encountered:
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 fromhttps://raw.githubusercontent.com/atomia/puppet-atomia/master/files/bootstrap_linux.sh
tohttps://raw.githubusercontent.com/atomia/puppet-atomia/f7e569c014799448906ac3a04922f688a924114a/files/bootstrap_linux.sh
.Restart the puppetmaster-gui service.
The text was updated successfully, but these errors were encountered: