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:
ef820cf
)
added rubygems::ya2yaml
author
elijah
<elijah@riseup.net>
Thu, 10 Sep 2015 22:44:26 +0000
(15:44 -0700)
committer
elijah
<elijah@riseup.net>
Thu, 10 Sep 2015 22:44:26 +0000
(15:44 -0700)
manifests/ya2yaml.rb
[new file with mode: 0644]
patch
|
blob
diff --git a/manifests/ya2yaml.rb
b/manifests/ya2yaml.rb
new file mode 100644
(file)
index 0000000..
7df362d
--- /dev/null
+++ b/
manifests/ya2yaml.rb
@@ -0,0
+1,7
@@
+class rubygems::ya2yaml {
+ require rubygems
+ package{'ya2yaml':
+ ensure => present,
+ provider => gem,
+ }
+}