Skip to content

Commit

Permalink
Merge pull request #242 from jschlyter/speling
Browse files Browse the repository at this point in the history
Fix speling error
  • Loading branch information
nibalizer committed Nov 3, 2015
2 parents b676878 + 6cab318 commit a5d6e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/mongodb_user/mongodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def create
@property_hash[:username] = @resource[:username]
@property_hash[:database] = @resource[:database]
@property_hash[:password_hash] = ''
@property_hash[:rolse] = @resource[:roles]
@property_hash[:roles] = @resource[:roles]

exists? ? (return true) : (return false)
else
Expand Down

0 comments on commit a5d6e5d

Please sign in to comment.