Hi.
For some operation systems (Ubuntu for example) global parameter HOSTNAME, witch is taken from /etc/hostname usually is short name, not FQDN
man hostname
FILES
/etc/hostname Historically this file was supposed to only contain the hostname and not the full canonical FQDN.
For mcollective-server parameter $identity is taken from Ruby’s Socket.gethostname, witch returns short name. Sometimes it is more convenient to use the full name, such as when the server is configured through the Foreman
For resolve this problem I suggest add parameter 'identity' in server.cfg
Hi.
For some operation systems (Ubuntu for example) global parameter HOSTNAME, witch is taken from /etc/hostname usually is short name, not FQDN
manhostnameFILES
/etc/hostname Historically this file was supposed to only contain the hostname and not the full canonical FQDN.
For mcollective-server parameter $identity is taken from Ruby’s Socket.gethostname, witch returns short name. Sometimes it is more convenient to use the full name, such as when the server is configured through the Foreman
For resolve this problem I suggest add parameter 'identity' in server.cfg