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.
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.jsfile and replace the URL of the bootstrap_linux.sh script fromhttps://raw.githubusercontent.com/atomia/puppet-atomia/master/files/bootstrap_linux.shtohttps://raw.githubusercontent.com/atomia/puppet-atomia/f7e569c014799448906ac3a04922f688a924114a/files/bootstrap_linux.sh.Restart the puppetmaster-gui service.