From b957bb751f971519f9dacb1f6e01a5c84f8747c1 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 1 Jul 2016 05:48:59 +0100 Subject: [PATCH] Prevent erroneous remote tracking branch modification by `salt.formulas` #238 --- salt/formulas.jinja | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/formulas.jinja b/salt/formulas.jinja index 9e95f7204..a501c04e8 100644 --- a/salt/formulas.jinja +++ b/salt/formulas.jinja @@ -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', {}) %}