Skip to content

Commit

Permalink
Merge pull request #3909 from kylog/issue/pup-4491
Browse files Browse the repository at this point in the history
(PUP-4491) Add a proper confine for the openbsd user provider
  • Loading branch information
peterhuene committed May 8, 2015
2 parents f72d2e7 + 79373bb commit bda87b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/provider/user/openbsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
:password => "passwd"

defaultfor :operatingsystem => :openbsd
confine :operatingsystem => :openbsd

options :home, :flag => "-d", :method => :dir
options :comment, :method => :gecos
Expand Down

0 comments on commit bda87b2

Please sign in to comment.