Dear All,
inline_template function executing the system command retrieving the puppet master server results.
> inline_template (<%= @fqdn %>
The above gives the puppet client fqdn
> inline_template(<%= `hostname` %>)
The above gives the puppet master fqdn
Is it an expected behavior?
↧