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 8fbbc60..93bd9b0 100644
--- a/manifests/bcrypt.pp
+++ b/manifests/bcrypt.pp
@@ -1,5 +1,5 @@
class rubygems::bcrypt {
- require ::rubygems
+ require rubygems
package{'bcrypt-ruby':
ensure => present,
provider => gem,