summaryrefslogtreecommitdiff
path: root/manifests/bcrypt.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-31 16:34:08 +0100
committermh <mh@immerda.ch>2009-10-31 16:34:08 +0100
commite1f82195c97472c2a1550ea17d8304641f3f4d33 (patch)
treea215cf15f0dabf7a49b63f071a15c370fb0359ec /manifests/bcrypt.pp
parent2016ec2b9faa74f6f681327d9ea1f4b1a98a873f (diff)
fixing includes
Diffstat (limited to 'manifests/bcrypt.pp')
-rw-r--r--manifests/bcrypt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/bcrypt.pp b/manifests/bcrypt.pp
index 294211d..052aae5 100644
--- a/manifests/bcrypt.pp
+++ b/manifests/bcrypt.pp
@@ -1,5 +1,5 @@
class rubygems::bcrypt {
- include rubygems
+ include ::rubygems
package{'bcrypt-ruby':
ensure => present,
provider => gem,