projects
/
puppet_rubygems.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6eb1bb
)
add ip rubygem
author
mh
<mh@immerda.ch>
Wed, 21 Nov 2012 22:35:52 +0000
(23:35 +0100)
committer
mh
<mh@immerda.ch>
Wed, 21 Nov 2012 22:35:52 +0000
(23:35 +0100)
manifests/ip.pp
[new file with mode: 0644]
patch
|
blob
diff --git a/manifests/ip.pp
b/manifests/ip.pp
new file mode 100644
(file)
index 0000000..
190d869
--- /dev/null
+++ b/
manifests/ip.pp
@@ -0,0
+1,7
@@
+class rubygems::ip {
+ require rubygems
+ package{'ip':
+ ensure => present,
+ provider => gem,
+ }
+}