From 70f25fcfb8f4f99516276bc07d7289960ab82d22 Mon Sep 17 00:00:00 2001 From: Justin Downing Date: Wed, 31 Jul 2013 10:21:20 -0400 Subject: [PATCH] change default group ownership to adm, release 0.2.1 --- Modulefile | 2 +- manifests/params.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index 24419e5..f5773c6 100644 --- a/Modulefile +++ b/Modulefile @@ -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' diff --git a/manifests/params.pp b/manifests/params.pp index 2e14dd0..776d865 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -29,5 +29,5 @@ $repo_path = 'git://github.com/sstephenson/rbenv.git' $install_dir = '/usr/local/rbenv' $owner = 'root' - $group = 'admin' + $group = 'adm' }