Skip to content

Commit

Permalink
opsmanager::params doesn't need to inherit globals anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
claycogg committed Nov 1, 2018
1 parent 66b201e commit 455b590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/opsmanager/params.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PRIVATE CLASS: do not use directly
class mongodb::opsmanager::params inherits mongodb::globals {
class mongodb::opsmanager::params {
$ensure = 'running'
$user = 'mongodb-mms'
$group = 'mongodb-mms'
Expand Down

0 comments on commit 455b590

Please sign in to comment.