summaryrefslogtreecommitdiff
path: root/manifests/bcrypt.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-13 19:21:09 +0100
committermh <mh@immerda.ch>2009-12-13 19:21:09 +0100
commit10ab54dc6538655ff8e0cbe3c730b477986aa1b7 (patch)
treeb2f19cab5329c98fc8a9a8154a26daca46a29e60 /manifests/bcrypt.pp
parente04611e2b959905e34581377ae40850c27f93842 (diff)
fix inclusion
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,