From a6b5c6d7db8b0be9ee1c68d74b03807a4e34f89b Mon Sep 17 00:00:00 2001 From: tohe Date: Tue, 18 Aug 2020 15:33:56 +0200 Subject: [PATCH] loads schema file directly from module instead of puppet file server --- manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index a63ca8d..cde7bf9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -51,9 +51,9 @@ class wmdeit_ldap ( "udm-extension", "custom-attribute", "univention-syntax", - "nextcloud", - "openproject", - "networkaccess", +# "nextcloud", +# "openproject", +# "networkaccess", ], $ssldir = "/etc/ldap/ssl", @@ -167,7 +167,7 @@ class wmdeit_ldap ( file { "$schema_path/$s.schema": ensure => file, - source => "puppet:///downloads/schema/$s.schema", + content => file ("wmdeit_ldap/schema/$s.schema"), }-> openldap::server::schema { "$s":