aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2016-07-08 10:37:36 -0400
committerGitHub <noreply@github.com>2016-07-08 10:37:36 -0400
commit98e7b92963b8288de0a700b1acd7bc7abdd717f2 (patch)
tree6940cc2f0c328bcfe76f951551071955da05631f /Gemfile
parent660ef675107a60de16c6daeaccce6731a5139658 (diff)
parente92eee3eece276daa4d115bca7d7af71c5838005 (diff)
downloadpuppet-samba-98e7b92963b8288de0a700b1acd7bc7abdd717f2.tar.gz
puppet-samba-98e7b92963b8288de0a700b1acd7bc7abdd717f2.tar.bz2
Merge pull request #63 from powerhome/feature/root_preexec
Adding the option for setting root preexec on a share
Diffstat (limited to 'Gemfile')
-rwxr-xr-xGemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f90407b..598a68f 100755
--- a/Gemfile
+++ b/Gemfile
@@ -24,4 +24,5 @@ group :test do
gem "puppet-syntax"
gem "puppetlabs_spec_helper"
+ gem 'rspec-puppet-facts'
end