From 8758e4d3509345e2a9eb603a7ca181c457c3a076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 20 Jun 2023 19:47:02 +0200 Subject: Fix function name. --- manifests/phpldapadmin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3