loads schema file directly from module instead of puppet file server
This commit is contained in:
parent
4c9d5bedd7
commit
a6b5c6d7db
|
@ -51,9 +51,9 @@ class wmdeit_ldap (
|
||||||
"udm-extension",
|
"udm-extension",
|
||||||
"custom-attribute",
|
"custom-attribute",
|
||||||
"univention-syntax",
|
"univention-syntax",
|
||||||
"nextcloud",
|
# "nextcloud",
|
||||||
"openproject",
|
# "openproject",
|
||||||
"networkaccess",
|
# "networkaccess",
|
||||||
|
|
||||||
],
|
],
|
||||||
$ssldir = "/etc/ldap/ssl",
|
$ssldir = "/etc/ldap/ssl",
|
||||||
|
@ -167,7 +167,7 @@ class wmdeit_ldap (
|
||||||
|
|
||||||
file { "$schema_path/$s.schema":
|
file { "$schema_path/$s.schema":
|
||||||
ensure => file,
|
ensure => file,
|
||||||
source => "puppet:///downloads/schema/$s.schema",
|
content => file ("wmdeit_ldap/schema/$s.schema"),
|
||||||
|
|
||||||
}->
|
}->
|
||||||
openldap::server::schema { "$s":
|
openldap::server::schema { "$s":
|
||||||
|
|
Loading…
Reference in New Issue