Skip to content

Commit

Permalink
correct param
Browse files Browse the repository at this point in the history
  • Loading branch information
duritong committed Feb 15, 2012
1 parent d459255 commit 71d4582
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]{
setype => 'munin_services_plugin_exec_t',
seltype => 'munin_services_plugin_exec_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}"]{
setype => 'munin_services_plugin_exec_t',
seltype => 'munin_services_plugin_exec_t',
}
}

Expand Down

0 comments on commit 71d4582

Please sign in to comment.