From 445fb53d9c03a5d059955987e596818228aac500 Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Wed, 4 May 2016 17:55:48 -0400 Subject: [PATCH] keep homebrew updated on osx Refs: https://github.com/servo/saltfs/issues/323 --- common/init.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/init.sls b/common/init.sls index e1ce6f2d..4963ba0a 100644 --- a/common/init.sls +++ b/common/init.sls @@ -4,6 +4,9 @@ python2: pkg.installed: - pkgs: - python + {% if grains['os'] == 'MacOS' %} + - refresh: True + {% endif %} {% if grains['os'] == 'Ubuntu' %} python2-dev: