Explorar el Código

Make use_ppa optional

tags/v0.34.0
Scott Reeves hace 10 años
padre
commit
67def91262
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      php/init.sls

+ 1
- 1
php/init.sls Ver fichero

@@ -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:

Cargando…
Cancelar
Guardar