I have this:
node /prod\-(blitz|cisco|masdar|dow)\-app\-01.c3\-e.com/ inherits
basenode-rhel {
$splunk_loghost = "loghost.c3platform.com"
include splunkforwarder::c3_app_server
}
class splunkforwarder::c3_app_server inherits splunkforwarder::common {
notice("loghost=$splunk_loghost")
}
In the c3_app_server class, when notice() is called, the
splunk_loghost variable is not set. How come? This is puppet version
2.6.2.
Doug.
--
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.