summaryrefslogtreecommitdiff
path: root/manifests/bcrypt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bcrypt.pp')
-rw-r--r--manifests/bcrypt.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/bcrypt.pp b/manifests/bcrypt.pp
new file mode 100644
index 0000000..93bd9b0
--- /dev/null
+++ b/manifests/bcrypt.pp
@@ -0,0 +1,7 @@
+class rubygems::bcrypt {
+ require rubygems
+ package{'bcrypt-ruby':
+ ensure => present,
+ provider => gem,
+ }
+}