From 8e9e51d692a64ee6b24357ba5317422a41a935f7 Mon Sep 17 00:00:00 2001 From: Wolodja Wentland Date: Thu, 25 Aug 2016 16:50:19 +0200 Subject: [PATCH] Remove dotdeb from php state The included state was never submitted in https://github.com/saltstack-formulas/php-formula/pull/77 and we therefore remove inclusion here to allow users to use the php state again. --- php/init.sls | 5 ----- 1 file changed, 5 deletions(-) diff --git a/php/init.sls b/php/init.sls index 1da5a72..132c2b3 100644 --- a/php/init.sls +++ b/php/init.sls @@ -5,11 +5,6 @@ {% if grains['os_family']=="Debian" %} {% set use_ppa = salt['pillar.get']('php:use_ppa', none) %} -{% if (grains['oscodename']=="Jessie" and salt['pillar.get']('php:version')=="7.0") or salt['pillar.get']('php:use_dotdeb') %} -include: - - php.dotdeb -{% endif %} - {% if use_ppa is not none %} {% set ppa_name = salt['pillar.get']('php:ppa_name', 'ondrej/php5') %}