mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 09:34:40 +00:00
Merge pull request #21142 from justinsb/install_git_package
Salt: Make sure git is installed, for gitRepo volumes
This commit is contained in:
commit
11c7068b74
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user