forked from ungleich-public/cdist
		
	do not do more checks on the manifest, current ones are good
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								a5b56f0c41
							
						
					
				
			
			
				commit
				
					
						59afce35b5
					
				
			
		
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -451,7 +451,6 @@ class Cdist:
 | 
				
			||||||
      manifest = self.type_manifest_path(type)
 | 
					      manifest = self.type_manifest_path(type)
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      log.debug("%s: Running %s", cdist_object, manifest)
 | 
					      log.debug("%s: Running %s", cdist_object, manifest)
 | 
				
			||||||
      # FIXME: add more sensible checks for manifest
 | 
					 | 
				
			||||||
      if os.path.exists(manifest):
 | 
					      if os.path.exists(manifest):
 | 
				
			||||||
         env = {  "__object" :   self.object_dir(cdist_object), 
 | 
					         env = {  "__object" :   self.object_dir(cdist_object), 
 | 
				
			||||||
                  "__object_id": self.get_object_id_from_object(cdist_object),
 | 
					                  "__object_id": self.get_object_id_from_object(cdist_object),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,8 @@ For 2.0.0:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   - Remove all FIXME entries
 | 
					   - Remove all FIXME entries
 | 
				
			||||||
   - Remove obsolete manpages
 | 
					   - Remove obsolete manpages
 | 
				
			||||||
 | 
					   - support subcommands!
 | 
				
			||||||
 | 
					      deploy? config?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--------------------------------------------------------------------------------
 | 
					--------------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,3 +17,4 @@ For 2.0.0:
 | 
				
			||||||
- Rewrite cdist-type-emulator
 | 
					- Rewrite cdist-type-emulator
 | 
				
			||||||
   - Remove legacy code in cdist
 | 
					   - Remove legacy code in cdist
 | 
				
			||||||
   - Remove cdist-config
 | 
					   - Remove cdist-config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue