From 1e54022c405557455bf20743592663de501d1f6b Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Fri, 29 Mar 2019 14:26:45 -0700 Subject: [PATCH] fix type in class name --- manifests/config/whoisd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config/whoisd.pp b/manifests/config/whoisd.pp index 116ed8a..b3e3ad0 100644 --- a/manifests/config/whoisd.pp +++ b/manifests/config/whoisd.pp @@ -2,7 +2,7 @@ # Definition for configuring the whois and finger service ############################################################################## -class s_ldap::config::whoisd( +class su_ldap::config::whoisd( $ensure = 'present' ) { -- GitLab