Actions
Bug #8976
closedDon't display warning about configuring policy server on root server
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I just installed a root server and saw this:
==> server_centos: ******************************************************************************** ==> server_centos: rudder-agent has been installed (not started). This host can be a Rudder node. ==> server_centos: To get started, configure your Rudder server's hostname and launch the agent: ==> server_centos: # echo 'rudder.server' > /var/rudder/cfengine-community/policy_server.dat ==> server_centos: # service rudder-agent start ==> server_centos: This node will then appear in the Rudder web interface under 'Accept new nodes'. ==> server_centos: ********************************************************************************
This is clearly unecessary and I think also untrue. We should surround this echo command with a simple test to check if the UUID is "root" and then not print it if so.
Actions