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",
 | 
			
		||||
		"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":
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue