summaryrefslogtreecommitdiff
path: root/puppet/modules/ruby/manifests/devel.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-09 17:33:43 +0200
committervarac <varacanero@zeromail.org>2016-06-14 12:05:18 +0200
commit6c6f8baf298ddc637716fc71ad83469713807b69 (patch)
tree9f241134716825e2a98eadf8d0c06a7cf657afb3 /puppet/modules/ruby/manifests/devel.pp
parentd48c5719fc050d806510fd282471b8c3b48fdc05 (diff)
git subrepo clone https://leap.se/git/puppet_ruby puppet/modules/ruby
subrepo: subdir: "puppet/modules/ruby" merged: "9ccd853" upstream: origin: "https://leap.se/git/puppet_ruby" branch: "master" commit: "9ccd853" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b"
Diffstat (limited to 'puppet/modules/ruby/manifests/devel.pp')
-rw-r--r--puppet/modules/ruby/manifests/devel.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/ruby/manifests/devel.pp b/puppet/modules/ruby/manifests/devel.pp
new file mode 100644
index 00000000..7068a74a
--- /dev/null
+++ b/puppet/modules/ruby/manifests/devel.pp
@@ -0,0 +1,5 @@
+# install ruby header files and rake
+class ruby::devel {
+ include ruby
+ ensure_packages($ruby::ruby_dev)
+}