From 9d1dea86c8826bfb6b6cc9421ba97cdf87084a19 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 23 Nov 2012 17:11:00 +0100 Subject: add new gems --- manifests/sinatra.pp | 7 +++++++ manifests/thin.pp | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 manifests/sinatra.pp create mode 100644 manifests/thin.pp diff --git a/manifests/sinatra.pp b/manifests/sinatra.pp new file mode 100644 index 0000000..327f829 --- /dev/null +++ b/manifests/sinatra.pp @@ -0,0 +1,7 @@ +class rubygems::sinatra { + require rubygems + package{'sinatra': + ensure => present, + provider => gem, + } +} diff --git a/manifests/thin.pp b/manifests/thin.pp new file mode 100644 index 0000000..b2499d8 --- /dev/null +++ b/manifests/thin.pp @@ -0,0 +1,7 @@ +class rubygems::thin { + require rubygems + package{'thin': + ensure => present, + provider => gem, + } +} -- cgit v1.2.3