Displaying 1 result from an estimated 1 matches for "23jpcosohbcj".
2011 Jun 14
2
notify defined in exported resource won't work?
Hi all,
I noticed a "service notify" defined inside of exported resource won''t work.
For example, I have the following exported resource defined:
define host($ip = $fqdn, $short_alias = $fqdn) {
@@file {
"$nagios_cfgdir/${name}_host.cfg":
ensure => present, content => template( "nagios/host.erb" ),
mode => 644, owner => root,