summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-11-21 23:35:52 +0100
committermh <mh@immerda.ch>2012-11-21 23:35:52 +0100
commit22164c0f83f07ee4089058409d50a12fd7d376ef (patch)
tree31044ab7ecdd762c15aabbac02cd444aeb47f3c2
parentb6eb1bb09330ad73adcef9dfa8d199e87ddfa5cc (diff)
add ip rubygem
-rw-r--r--manifests/ip.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/ip.pp b/manifests/ip.pp
new file mode 100644
index 0000000..190d869
--- /dev/null
+++ b/manifests/ip.pp
@@ -0,0 +1,7 @@
+class rubygems::ip {
+ require rubygems
+ package{'ip':
+ ensure => present,
+ provider => gem,
+ }
+}