From 67def9126281295c1f9073a0724921935806736d Mon Sep 17 00:00:00 2001 From: Scott Reeves Date: Fri, 24 Oct 2014 20:29:03 -0400 Subject: [PATCH] Make use_ppa optional --- php/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/init.sls b/php/init.sls index bc05041..0bbd097 100644 --- a/php/init.sls +++ b/php/init.sls @@ -1,9 +1,9 @@ {% from "php/map.jinja" import php with context %} {% if grains['os_family']=="Debian" %} +{% set use_ppa = salt['pillar.get']('php:use_ppa', none) %} {% if use_ppa is not none %} -{% set use_ppa = salt['pillar.get']('php:use_ppa', none) %} {% set ppa_name = salt['pillar.get']('php:ppa_name', 'ondrej/php5') %} php54: