diff options
author | mh <mh@immerda.ch> | 2012-11-27 15:43:21 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-11-27 15:43:21 +0100 |
commit | d43c6ae0fcf45411524d093d21f5cb5c01f7c830 (patch) | |
tree | abb46ad745799fec59b4982cda82a1137573b53a /manifests | |
parent | a33995ad702c6203314d1b9b68000ae931a35dc4 (diff) |
there are now official selinux plugins
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/plugins/selinux.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/selinux.pp b/manifests/plugins/selinux.pp index faf610a..d094f35 100644 --- a/manifests/plugins/selinux.pp +++ b/manifests/plugins/selinux.pp @@ -1,3 +1,3 @@ class munin::plugins::selinux { - munin::plugin::deploy { [ 'selinuxenforced', 'selinux_avcstats' ]: } + munin::plugin{ [ 'selinux_avcstat' ]: } } |