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
The install.bash script from PE supports agent updates and upgrades
since a long time. I don't see a reason why the task in peadm should
abort if it isn't a new installation. I understand if the support team
doesn't want to take responsibility for upgrades/updates, but I think we
shouldn't block users/SDP consultants using it.
Copy file name to clipboardExpand all lines: tasks/agent_install.sh
+1-2
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
set -e
4
4
5
5
if [ -x"/opt/puppetlabs/bin/puppet" ];then
6
-
echo"ERROR: Puppet agent is already installed. Re-install, re-configuration, or upgrade not supported. Please uninstall the agent before running this task."
7
-
exit 1
6
+
echo"WARNING: Puppet agent is already installed. Re-install, re-configuration, or upgrade not supported and might fail."
0 commit comments