|
|
|
|
|
|
|
|
{% from "php/map.jinja" import php with context %} |
|
|
{% from "php/map.jinja" import php with context %} |
|
|
|
|
|
|
|
|
{% if grains['os_family']=="Debian" %} |
|
|
{% if grains['os_family']=="Debian" %} |
|
|
|
|
|
{% set use_ppa = salt['pillar.get']('php:use_ppa', none) %} |
|
|
{% if use_ppa is not 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') %} |
|
|
{% set ppa_name = salt['pillar.get']('php:ppa_name', 'ondrej/php5') %} |
|
|
|
|
|
|
|
|
php54: |
|
|
php54: |