summaryrefslogtreecommitdiff
path: root/manifests/markaby.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-13 18:54:21 +0100
committermh <mh@immerda.ch>2009-12-13 18:54:21 +0100
commitd2e9ee2300de6a794c5be69f96f09d8005d809d2 (patch)
tree420e75cfa86b71f5e173faddfcf6f4751bdb314a /manifests/markaby.pp
parente1f82195c97472c2a1550ea17d8304641f3f4d33 (diff)
use new require function to get rid of additional dependecies
Diffstat (limited to 'manifests/markaby.pp')
-rw-r--r--manifests/markaby.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/markaby.pp b/manifests/markaby.pp
index bc2e9d1..76f1eb8 100644
--- a/manifests/markaby.pp
+++ b/manifests/markaby.pp
@@ -1,8 +1,7 @@
class rubygems::markaby {
- include ::rubygems
+ require ::rubygems
package{'markaby':
ensure => present,
provider => gem,
- require => Package['rubygems'],
}
}