Hello
i want to archive the following:
i define an exported ressource for HostX to be monitored in nagios:
@@nagios_host { $fqdn:
ensure => present,
alias => $hostname,
address => $ipadress,
use => "generic-host",
hostgroups => ubuntu,
target => $icingahostfile,
}
That fine and works as expected and HostX is in hostgroup ubuntu.
HostX has included a class ssh which installs the ssh services and
configures them. Inside this class i want to define that HostX is also in
hostgroup ssh-server.
And another class, which puts the node in another environment => there i
want to define, that HostX is in hostgroup testing-server and so on.
How do i archive that? How must the definition inside all these classes look
like?
greetings
Dakky
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/alBwWXMwVFZ1b1lK.
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.