Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9696896
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
928 B
Subscribers
None
View Options
diff --git a/manifests/node/export.pp b/manifests/node/export.pp
index 66bc59f..f0c7ce0 100644
--- a/manifests/node/export.pp
+++ b/manifests/node/export.pp
@@ -1,27 +1,25 @@
# Class to export the munin node.
#
# This is separated into its own class to avoid warnings about missing
# storeconfigs.
#
class munin::node::export (
$address,
$fqn,
$masterconfig,
$mastername,
$node_definitions = {},
)
{
Munin::Master::Node_definition {
mastername => $mastername,
tag => "munin::master::${mastername}",
}
- if($::settings::storeconfigs == true) {
- @@munin::master::node_definition{ $fqn:
- address => $address,
- config => $masterconfig,
- }
+ @@munin::master::node_definition{ $fqn:
+ address => $address,
+ config => $masterconfig,
}
if ! empty($node_definitions) {
create_resources('@@munin::master::node_definition', $node_definitions)
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Aug 18, 10:02 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3311564
Attached To
rSPMUN puppet-ssm-munin
Event Timeline
Log In to Comment