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