From 2cd029f433e377b1d629cdaf7146b7e90546df33 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 12:57:38 -0300 Subject: Puppet autoload support This commit move stuff around and rename classes and definitions so we can benefit from puppet autoloading. --- manifests/xen/munin/plugins.pp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/xen/munin/plugins.pp (limited to 'manifests/xen/munin/plugins.pp') diff --git a/manifests/xen/munin/plugins.pp b/manifests/xen/munin/plugins.pp new file mode 100644 index 0000000..00982ce --- /dev/null +++ b/manifests/xen/munin/plugins.pp @@ -0,0 +1,15 @@ +class virtual::xen::munin::plugins { + munin::remoteplugin { + xen-multi: + source => "puppet:///modules/virtual/munin/xen_mem", + config => "user root", + ensure => absent; + xen_vm: + source => "puppet:///modules/virtual/munin/xen_vm", + config => "user root", + ensure => absent; + 'xen-multi': + source => 'puppet:///modules/virtual/munin/xen-multi', + config => 'user root'; + } +} -- cgit v1.2.3