summaryrefslogtreecommitdiff
path: root/manifests/bcrypt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bcrypt.pp')
-rw-r--r--manifests/bcrypt.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/bcrypt.pp b/manifests/bcrypt.pp
index 052aae5..8fbbc60 100644
--- a/manifests/bcrypt.pp
+++ b/manifests/bcrypt.pp
@@ -1,8 +1,7 @@
class rubygems::bcrypt {
- include ::rubygems
+ require ::rubygems
package{'bcrypt-ruby':
ensure => present,
provider => gem,
- require => Package['rubygems'],
}
}