summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-09-10 15:44:26 -0700
committerelijah <elijah@riseup.net>2015-09-10 15:44:26 -0700
commit75aa0617efe77b1f5747fde84ffefa79472f7abf (patch)
tree958e2126d6bb5165f6d1bd1b0928c6fc977b467c
parentef820cfec3321d17be99ef814318adb4e3cc1e91 (diff)
added rubygems::ya2yaml
-rw-r--r--manifests/ya2yaml.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/ya2yaml.rb b/manifests/ya2yaml.rb
new file mode 100644
index 0000000..7df362d
--- /dev/null
+++ b/manifests/ya2yaml.rb
@@ -0,0 +1,7 @@
+class rubygems::ya2yaml {
+ require rubygems
+ package{'ya2yaml':
+ ensure => present,
+ provider => gem,
+ }
+}