[docs] Fixed a typo and s/posix/POSIX/ in cdist-why.rst
Signed-off-by: Jaak Ristioja <jaak@ristioja.ee>
This commit is contained in:
		
					parent
					
						
							
								f5630297bd
							
						
					
				
			
			
				commit
				
					
						3d725f12da
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -21,7 +21,7 @@ Not only is shell scripting widely known by system engineers,
 | 
				
			||||||
but it is also a very powerful language. Here are some features
 | 
					but it is also a very powerful language. Here are some features
 | 
				
			||||||
which make daily work easy:
 | 
					which make daily work easy:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 * Configuration can react dynamicly on explored values
 | 
					 * Configuration can react dynamically on explored values
 | 
				
			||||||
 * High level string manipulation (using sed, awk, grep)
 | 
					 * High level string manipulation (using sed, awk, grep)
 | 
				
			||||||
 * Conditional support (**if, case**)
 | 
					 * Conditional support (**if, case**)
 | 
				
			||||||
 * Loop support (**for, while**)
 | 
					 * Loop support (**for, while**)
 | 
				
			||||||
| 
						 | 
					@ -44,7 +44,7 @@ Cdist requires very little on a target system. Even better,
 | 
				
			||||||
in almost all cases all dependencies are usually fulfilled.
 | 
					in almost all cases all dependencies are usually fulfilled.
 | 
				
			||||||
Cdist does not require an agent or high level programming
 | 
					Cdist does not require an agent or high level programming
 | 
				
			||||||
languages on the target host: it will run on any host that
 | 
					languages on the target host: it will run on any host that
 | 
				
			||||||
has a **ssh server running** and a posix compatible shell
 | 
					has a **ssh server running** and a POSIX compatible shell
 | 
				
			||||||
(**/bin/sh**). Compared to other configuration management systems,
 | 
					(**/bin/sh**). Compared to other configuration management systems,
 | 
				
			||||||
it does not require to open up an additional port.
 | 
					it does not require to open up an additional port.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue