diff options
author | Wouter Schoot <w.schoot@oxilion.nl> | 2013-06-24 16:19:19 +0200 |
---|---|---|
committer | Wouter Schoot <w.schoot@oxilion.nl> | 2013-06-24 16:19:19 +0200 |
commit | aa8da42f01d26e184ec110840723355953c42b00 (patch) | |
tree | 04fc2e52ef4c9d97f89fd1380f3f494606931cda /manifests/plugins | |
parent | 46c1aeb48f03f5eb0f761f0135de967a62986515 (diff) |
Changed include to ordering to prevent duplicate inclusions
Diffstat (limited to 'manifests/plugins')
-rw-r--r-- | manifests/plugins/setup.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/setup.pp b/manifests/plugins/setup.pp index 197b657..96891d3 100644 --- a/manifests/plugins/setup.pp +++ b/manifests/plugins/setup.pp @@ -1,7 +1,7 @@ class munin::plugins::setup { # This is required for the munin-node service and package requirements below. - include munin::client + Class['munin::client'] -> Class['munin::plugins::setup'] file { [ '/etc/munin/plugins', '/etc/munin/plugin-conf.d' ]: |