summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
diff options
context:
space:
mode:
authorJohn Ferlito <johnf@inodes.org>2008-12-09 11:46:21 +1100
committerJohn Ferlito <johnf@inodes.org>2008-12-09 14:42:26 +1100
commitda71ad53cc49b9a8c56785d865c47bb282e467b6 (patch)
tree17a6d2e9be8847c3f0f6e2143bb0044732b63d56 /lib/puppet/parser
parent4418b3436e96b6aa8d2310fe87e315533ed53415 (diff)
downloadpuppet-da71ad53cc49b9a8c56785d865c47bb282e467b6.tar.gz
puppet-da71ad53cc49b9a8c56785d865c47bb282e467b6.tar.xz
puppet-da71ad53cc49b9a8c56785d865c47bb282e467b6.zip
Add a unique name to objects so we can determine uniqueness when read back in
The nagios object definitions have been updated to correlate with Nagios 3.0.6. In Nagios it is possible to have multiple service checks with the same service_description. eg I could have an check with a service_description of 'SSH' for multiple hosts. So in puppet we can't use it as a unique name for the resource. This patch modifies the code to use $name as the unique name. For some types eg command_name $name ends up in the config and thus we can tell which puppet resources match to which nagios ones. For other types like service there is no direct mapping from $name to a nagios attibute. So we use a custom attribute called _naginator_name. Signed-off-by: John Ferlito <johnf@inodes.org>
Diffstat (limited to 'lib/puppet/parser')
0 files changed, 0 insertions, 0 deletions