Skip to content

Commit

Permalink
Merge pull request kubernetes#21142 from justinsb/install_git_package
Browse files Browse the repository at this point in the history
Salt: Make sure git is installed, for gitRepo volumes
  • Loading branch information
jbeda committed Feb 19, 2016
2 parents 6766f11 + f0d6fd1 commit 11c7068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cluster/saltbase/salt/base.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 11c7068

Please sign in to comment.