forked from ungleich-public/cdist
		
	remove legacy FIXME
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								7686a5ac5e
							
						
					
				
			
			
				commit
				
					
						6f0459f3c5
					
				
			
		
					 2 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -32,7 +32,7 @@ distribution::
 | 
				
			||||||
   the targets /etc/lsb-release
 | 
					   the targets /etc/lsb-release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
component::
 | 
					component::
 | 
				
			||||||
   space delimited list of components to enable. Defaults to 'main'.
 | 
					   space delimited list of components to enable. Defaults to an empty string.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BOOLEAN PARAMETERS
 | 
					BOOLEAN PARAMETERS
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -30,8 +30,6 @@ fi
 | 
				
			||||||
if [ -f "$__object/parameter/component" ]; then
 | 
					if [ -f "$__object/parameter/component" ]; then
 | 
				
			||||||
   component="$(cat "$__object/parameter/component")"
 | 
					   component="$(cat "$__object/parameter/component")"
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
   # FIXME: nead to omit this for http://stat.ethz.ch/CRAN//bin/linux/ubuntu, investigate side-effects
 | 
					 | 
				
			||||||
   #component="main"
 | 
					 | 
				
			||||||
   component=""
 | 
					   component=""
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
if [ -f "$__object/parameter/arch" ]; then
 | 
					if [ -f "$__object/parameter/arch" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue