Salt: Make sure git is installed, for gitRepo volumes
Seems to be included in the GCE base image, but not on the images we use on AWS (Ubuntu images). Fix #20957
This commit is contained in:
		@@ -17,3 +17,7 @@ pkg-core:
 | 
				
			|||||||
{% if grains['os'] == 'Ubuntu' %}
 | 
					{% if grains['os'] == 'Ubuntu' %}
 | 
				
			||||||
      - netcat-traditional
 | 
					      - netcat-traditional
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					# Make sure git is installed for mounting git volumes
 | 
				
			||||||
 | 
					{% if grains['os'] == 'Ubuntu' %}
 | 
				
			||||||
 | 
					      - git
 | 
				
			||||||
 | 
					{% endif %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user