Skip to content

Commit

Permalink
set correct labels for munin plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
duritong committed Feb 16, 2012
1 parent 71d4582 commit df6d136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/plugin.pp
Expand Up @@ -37,7 +37,7 @@
}
if $::selinux == 'true' {
File[$plugin]{
seltype => 'munin_services_plugin_exec_t',
seltype => 'munin_etc_t',
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/plugin/deploy.pp
Expand Up @@ -18,7 +18,7 @@

if $::selinux == 'true' {
File["munin_plugin_${name}"]{
seltype => 'munin_services_plugin_exec_t',
seltype => 'munin_exec_t',
}
}

Expand Down

0 comments on commit df6d136

Please sign in to comment.