forked from ungleich-public/cdist
		
	force add-apt-repository to act in non-interactive mode
This commit is contained in:
		
					parent
					
						
							
								22039284f5
							
						
					
				
			
			
				commit
				
					
						cb0fa0f2e4
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -29,7 +29,7 @@ fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case "$state_should" in
 | 
					case "$state_should" in
 | 
				
			||||||
   present)
 | 
					   present)
 | 
				
			||||||
      echo "add-apt-repository '$name'"
 | 
					      echo "add-apt-repository -y '$name'"
 | 
				
			||||||
   ;;
 | 
					   ;;
 | 
				
			||||||
   absent)
 | 
					   absent)
 | 
				
			||||||
      echo "remove-apt-repository '$name'"
 | 
					      echo "remove-apt-repository '$name'"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue