summaryrefslogtreecommitdiff
path: root/manifests/highline.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/highline.pp')
-rw-r--r--manifests/highline.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/highline.pp b/manifests/highline.pp
new file mode 100644
index 0000000..b8eaa90
--- /dev/null
+++ b/manifests/highline.pp
@@ -0,0 +1,6 @@
+class rubygems::highline {
+ require rubygems
+ package{'rubygem-highline':
+ ensure => present,
+ }
+}