summaryrefslogtreecommitdiff
path: root/manifests/bcrypt.pp
diff options
context:
space:
mode:
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,