# Puppetmaster should be included before nodo::vserver
include puppetmasterd
+ # This is a workaround to correctly set allowed hosts on munin
+ # client when the host is also present.
+ $munin_allow = $global_munin_allow
+
include munin::host
include munin::plugins::muninhost
include nagios::headless
'': { fail("Please set \$puppetmaster_db_password in your host config") }
}
- # update master's puppet.conf if you change here
+ # Update master's puppet.conf if you change here
database::instance { "puppet":
password => "$puppetmaster_db_password",
}
sqldump => true,
}
- # used for trac dependency graphs
+ # Used for trac dependency graphs
package { "graphviz":
ensure => present,
}