forked from ungleich-public/cdist
		
	add initial version of manpage for cdist
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								7de51e8d45
							
						
					
				
			
			
				commit
				
					
						1742936dc9
					
				
			
		
					 1 changed files with 63 additions and 0 deletions
				
			
		
							
								
								
									
										63
									
								
								doc/man/man1/cdist.text
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								doc/man/man1/cdist.text
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,63 @@
 | 
				
			||||||
 | 
					cdist(1)
 | 
				
			||||||
 | 
					========
 | 
				
			||||||
 | 
					Nico Schottelius <nico-cdist--@--schottelius.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					NAME
 | 
				
			||||||
 | 
					----
 | 
				
			||||||
 | 
					cdist - Configuration management
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SYNOPSIS
 | 
				
			||||||
 | 
					--------
 | 
				
			||||||
 | 
					cdist [-h] [-b] [-c CDIST_HOME] [-d] [-i MANIFEST] [-p] [-s] [-V] [host [host ...]]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DESCRIPTION
 | 
				
			||||||
 | 
					-----------
 | 
				
			||||||
 | 
					cdist is the frontend executable to the cdist configuration management.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					OPTIONS
 | 
				
			||||||
 | 
					-------
 | 
				
			||||||
 | 
					-h, --help::
 | 
				
			||||||
 | 
					   Show the help screen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					-d, --debug::
 | 
				
			||||||
 | 
					   Enable debug output
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					-p, --parallel::
 | 
				
			||||||
 | 
					   Parallelise backup processes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					-V, --version::
 | 
				
			||||||
 | 
					   Show version and exit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					EXAMPLES
 | 
				
			||||||
 | 
					--------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					--------------------------------------------------------------------------------
 | 
				
			||||||
 | 
					# Configure ikq05.ethz.ch with debug enabled
 | 
				
			||||||
 | 
					cdist -d ikq05.ethz.ch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					__motd
 | 
				
			||||||
 | 
					--------------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					In both cases, cdist-type-emulator is called instead of a real type.
 | 
				
			||||||
 | 
					In the first case, the object id "/tmp/linetest" is recorded and the
 | 
				
			||||||
 | 
					parameter "line" stored with the content "test".
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					In the second case, __motd must be decleared as a singleton, as the
 | 
				
			||||||
 | 
					object id is missing.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SEE ALSO
 | 
				
			||||||
 | 
					--------
 | 
				
			||||||
 | 
					- cdist(7)
 | 
				
			||||||
 | 
					- cdist-type-build-emulation(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					COPYING
 | 
				
			||||||
 | 
					-------
 | 
				
			||||||
 | 
					Copyright \(C) 2011 Nico Schottelius. Free use of this software is
 | 
				
			||||||
 | 
					granted under the terms of the GNU General Public License version 3 (GPLv3).
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue