summaryrefslogtreecommitdiff
path: root/manifests/shadow.pp
diff options
context:
space:
mode:
authorPhilipp Gassmann <gassmann@puzzle.ch>2010-12-22 16:24:57 +0100
committerPhilipp Gassmann <gassmann@puzzle.ch>2010-12-22 16:24:57 +0100
commite5b8e782a0b3c878c9a55efda242ef0a3949c922 (patch)
tree6a3a28d013f02071234c12b6f33e63944d67f6f0 /manifests/shadow.pp
parentf375d2025f605b46e8cb735dcef4ec049d14a426 (diff)
rename according to package name
Diffstat (limited to 'manifests/shadow.pp')
-rw-r--r--manifests/shadow.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/shadow.pp b/manifests/shadow.pp
new file mode 100644
index 0000000..2fa6edc
--- /dev/null
+++ b/manifests/shadow.pp
@@ -0,0 +1,6 @@
+class ruby::shadow {
+ require ::ruby
+ package{'ruby-shadow':
+ ensure => installed,
+ }
+}