Skip to content

Commit

Permalink
Add rvm group as system group
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel committed Nov 20, 2015
1 parent ff61838 commit 5985486
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/group.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Create the RVM group
class rvm::group inherits rvm::params {
ensure_resource('group', $rvm::params::group, {'ensure' => 'present' })
ensure_resource('group', $rvm::params::group, {
'ensure' => 'present',
'system' => true,
})
}

0 comments on commit 5985486

Please sign in to comment.