summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/phpldapadmin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/phpldapadmin.pp b/manifests/phpldapadmin.pp
index c985eb1..f9f0c39 100644
--- a/manifests/phpldapadmin.pp
+++ b/manifests/phpldapadmin.pp
@@ -22,7 +22,7 @@ class profiles::phpldapadmin (
class { 'phpldapadmin':
servername => 'Adrift.Space',
auth_type => 'cookie',
- blowfish_secret => Sensitive(extlib::cache('profiles::phpldapadmin', 'blowfish', extlib::random_password(100))),
+ blowfish_secret => Sensitive(extlib::cache_data('profiles::phpldapadmin', 'blowfish', extlib::random_password(100))),
base_dn => ['dc=adrift,dc=space'],
bind_dn_template => 'uid=%s,ou=People,dc=adrift,dc=space',
open_tree => true,