forked from ungleich-public/cdist
		
	Fix messaging variables not exported in type manifest
This commit is contained in:
		
					parent
					
						
							
								72947b7f6b
							
						
					
				
			
			
				commit
				
					
						60b2bbf4c9
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -144,4 +144,4 @@ class Manifest(object):
 | 
				
			||||||
        type_manifest = os.path.join(self.local.type_path, cdist_object.cdist_type.manifest_path)
 | 
					        type_manifest = os.path.join(self.local.type_path, cdist_object.cdist_type.manifest_path)
 | 
				
			||||||
        message_prefix = cdist_object.name
 | 
					        message_prefix = cdist_object.name
 | 
				
			||||||
        if os.path.isfile(type_manifest):
 | 
					        if os.path.isfile(type_manifest):
 | 
				
			||||||
           self.local.run_script(type_manifest, env=self.env_type_manifest(cdist_object))
 | 
					            self.local.run_script(type_manifest, env=self.env_type_manifest(cdist_object), message_prefix=message_prefix)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue