mirror of https://github.com/k3s-io/k3s
Merge pull request #21142 from justinsb/install_git_package
Salt: Make sure git is installed, for gitRepo volumespull/6/head
commit
11c7068b74
|
@ -17,3 +17,7 @@ pkg-core:
|
|||
{% if grains['os'] == 'Ubuntu' %}
|
||||
- netcat-traditional
|
||||
{% endif %}
|
||||
# Make sure git is installed for mounting git volumes
|
||||
{% if grains['os'] == 'Ubuntu' %}
|
||||
- git
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue