From c72205a9a02e371da412bc2a9b295cd472a90205 Mon Sep 17 00:00:00 2001 From: o Date: Sun, 25 Sep 2011 16:40:38 +0200 Subject: add activesupport gem --- manifests/activesupport.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/activesupport.pp diff --git a/manifests/activesupport.pp b/manifests/activesupport.pp new file mode 100644 index 0000000..ae5aee7 --- /dev/null +++ b/manifests/activesupport.pp @@ -0,0 +1,7 @@ +class rubygems::activesupport { + require rubygems + package{'activesupport': + ensure => present, + provider => gem, + } +} -- cgit v1.2.3