| 
									
										
										
										
											2010-09-19 14:45:09 +02:00
										 |  |  | cdist-config(1) | 
					
						
							|  |  |  | =============== | 
					
						
							|  |  |  | Nico Schottelius <nico-cdist--@--schottelius.org> | 
					
						
							| 
									
										
										
										
											2010-09-19 14:41:27 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | NAME | 
					
						
							|  |  |  | ---- | 
					
						
							| 
									
										
										
										
											2010-09-19 14:45:09 +02:00
										 |  |  | cdist-config - Read basic cdist configuration | 
					
						
							| 
									
										
										
										
											2010-09-19 14:41:27 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DESCRIPTION | 
					
						
							|  |  |  | ----------- | 
					
						
							| 
									
										
										
										
											2011-03-16 10:02:46 +01:00
										 |  |  | Cdist-config is sourced by cdist programs and provides hints on where to find | 
					
						
							|  |  |  | types, manifests, etc. Generally speaking, it's just usable from within the | 
					
						
							|  |  |  | core and is only of interest for cdist-developers. | 
					
						
							| 
									
										
										
										
											2010-09-19 14:41:27 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-08 10:56:53 +02:00
										 |  |  | ENVIRONMENT VARIABLES | 
					
						
							|  |  |  | --------------------- | 
					
						
							|  |  |  | The following list contains environment variables that are known | 
					
						
							|  |  |  | to be changed by users in various situations. To change the variable, | 
					
						
							|  |  |  | use your current shell and export it, so all cdist-binaries know about it. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | __cdist_tmp_base_dir:: | 
					
						
							|  |  |  |    Normally this points to /tmp. In case /tmp is not suitable for | 
					
						
							|  |  |  |    cdist (i.e. has noexec flag setup) you can change this variable | 
					
						
							|  |  |  |    to point to a better location. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | EXAMPLES | 
					
						
							|  |  |  | -------- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | If /tmp has the noexec flag, you can use $HOME/.tmp for instance: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | -------------------------------------------------------------------------------- | 
					
						
							|  |  |  | export __cdist_tmp_base_dir=$HOME/.tmp | 
					
						
							|  |  |  | -------------------------------------------------------------------------------- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-16 10:02:46 +01:00
										 |  |  | SEE ALSO | 
					
						
							|  |  |  | -------- | 
					
						
							|  |  |  | cdist(7) | 
					
						
							| 
									
										
										
										
											2010-09-19 14:41:27 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | COPYING | 
					
						
							|  |  |  | ------- | 
					
						
							| 
									
										
										
										
											2011-02-02 22:19:00 +01:00
										 |  |  | Copyright \(C) 2010-2011 Nico Schottelius. Free use of this software is | 
					
						
							| 
									
										
										
										
											2010-09-19 14:45:09 +02:00
										 |  |  | granted under the terms of the GNU General Public License version 3 (GPLv3). |