Hi,
I've got the following resource:
host { "host.domain.com":
alias => [ "host", "alias" ],
ip => "1.2.3.4",
ensure => present,
}
The resulting line in my /etc/hosts file is:
1.2.3.4 host.domain.com
Any alias definitions seem to be ignored?
What am I doing wrong?
Best regards,
Dieter
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.