Skip to content

Commit

Permalink
change default group ownership to adm, release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Jul 31, 2013
1 parent ba9012c commit 70f25fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'jdowning/rbenv'
version '0.2.0'
version '0.2.1'
source 'https://github.com/justindowning/puppet-rbenv'
author 'Justin Donwing'
license 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
$repo_path = 'git://github.com/sstephenson/rbenv.git'
$install_dir = '/usr/local/rbenv'
$owner = 'root'
$group = 'admin'
$group = 'adm'
}

0 comments on commit 70f25fc

Please sign in to comment.