Skip to content

Commit

Permalink
Merge pull request #122 from tampakrap/opensuse_provider
Browse files Browse the repository at this point in the history
Use zypper as default provider for openSUSE
  • Loading branch information
acidprime committed Feb 9, 2015
2 parents 08f0cdf + 722ad84 commit 7f49266
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
$plugins_dir = '/usr/libexec/mcollective/mcollective'
$provider = 'portage'
}
'suse': {
$plugins_dir = '/usr/share/mcollective/plugins/mcollective'
$provider = 'zypper'
}
default: {
$plugins_dir = '/usr/libexec/mcollective/mcollective'
$provider = 'gem'
Expand Down

0 comments on commit 7f49266

Please sign in to comment.