Skip to content

Commit 34ee1c6

Browse files
committed
Merge pull request #1 from auser/patch-1
Update init.sls
2 parents 8c99ce4 + 2163445 commit 34ee1c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

git/init.sls

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
git:
2-
pkg.installed
2+
pkg.installed:
3+
{% if grains['os'] == 'Ubuntu' %}
4+
- name: git-core
5+
{% else -%}
6+
- name: git
7+
{% endif -%}

0 commit comments

Comments
 (0)