summaryrefslogtreecommitdiff
path: root/manifests/ip.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ip.pp')
-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,
+ }
+}