42 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
- Fix / rewrite cdist-quickstart
 | 
						|
 | 
						|
- write tutorial!!!!!!!!!
 | 
						|
   - like ccollect!
 | 
						|
      - include ssh control master!
 | 
						|
   - add local/ hint (and add to git)
 | 
						|
   - add hint for ssh StrictHostKeyChecking no
 | 
						|
      - and that ssh will wait for answer of prompt
 | 
						|
         - nasty if used in parallel mode (scroll up!)
 | 
						|
 | 
						|
--------------------------------------------------------------------------------
 | 
						|
 | 
						|
- Initial install support
 | 
						|
   - setup $__install = "yes" for
 | 
						|
      manifest(s), gencode-*
 | 
						|
 | 
						|
   - run standard manifest (?)
 | 
						|
      - creates initial objects
 | 
						|
         - only those having the installer flag?
 | 
						|
            - requires changegs to cdist-type-emulator!
 | 
						|
               - Goto Rewrite cdist-type-emulator
 | 
						|
 | 
						|
   - run all other manifests
 | 
						|
      - creates all objects
 | 
						|
      - what about type explorer?
 | 
						|
         - do not run, create empty output (types should be able
 | 
						|
            to handle this!)
 | 
						|
            via __global/
 | 
						|
 | 
						|
- Support parallel execution
 | 
						|
   - and maximum number of parallel runs (-p X)
 | 
						|
   - error handling / report failed hosts
 | 
						|
 | 
						|
- Allow manifest to be read from stdin
 | 
						|
- Create new video for cdist 2.0.0
 | 
						|
   http://www.youtube.com/watch?v=PRMjzy48eTI
 | 
						|
 | 
						|
- Setup __debug, if -d is given, so other tools can reuse it
 | 
						|
   (-> non core feature!
 | 
						|
 | 
						|
- remote_prefix:
 | 
						|
   scp vs. ssh issue
 |