Skip to content

Commit

Permalink
Prevent erroneous remote tracking branch modification by `salt.formul…
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jul 1, 2016
1 parent c00faca commit b957bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/formulas.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
'baseurl': 'https://github.com/saltstack-formulas',
'basedir': '/srv/formulas',
'update': False,
'options': {},
'options': {
'branch': 'master',
},
}
%}
{% set formulas = salt['pillar.get']('salt_formulas:list', {}) %}
Expand Down

0 comments on commit b957bb7

Please sign in to comment.