mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #15920 from justinsb/ubuntu_install_netcat_traditional
AWS: install netcat-traditional, instead of netcat-openbsd
This commit is contained in:
		@@ -12,3 +12,9 @@ pkg-core:
 | 
			
		||||
      - glusterfs-client
 | 
			
		||||
      - socat
 | 
			
		||||
{% endif %}
 | 
			
		||||
# Ubuntu installs netcat-openbsd by default, but on GCE/Debian netcat-traditional is installed.
 | 
			
		||||
# They behave slightly differently.
 | 
			
		||||
# For sanity, we try to make sure we have the same netcat on all OSes (#15166)
 | 
			
		||||
{% if grains['os'] == 'Ubuntu' %}
 | 
			
		||||
      - netcat-traditional
 | 
			
		||||
{% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user