diff options
author | mh <mh@immerda.ch> | 2013-01-02 13:54:57 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-01-02 13:54:57 +0100 |
commit | 225adb9f30bff4064e3a166498f147bfd9a9f6eb (patch) | |
tree | 6836f4ddde3ea63be929048896ef6afd5568defc /manifests/munin.pp | |
parent | 3fb09572cbbef20a72feb3e3a50711ba7eba1cea (diff) | |
download | puppet-tor-225adb9f30bff4064e3a166498f147bfd9a9f6eb.tar.gz puppet-tor-225adb9f30bff4064e3a166498f147bfd9a9f6eb.tar.bz2 |
refactor daemon and main class for better design
By extracting the resources to their own class we can avoid a bug
in puppet that makes it hard to deal with inherited parametrized
classes.
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r-- | manifests/munin.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp index 2f0d5c2..ecc3130 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,3 +1,4 @@ +# munin plugins for puppet class tor::munin { file { |