Преглед изворни кода

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.
tags/v0.34.0
Wolodja Wentland пре 8 година
родитељ
комит
8e9e51d692
1 измењених фајлова са 0 додато и 5 уклоњено
  1. +0
    -5
      php/init.sls

+ 0
- 5
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') %}

Loading…
Откажи
Сачувај