Browse Source

Tightened up some ng requirements.

tags/v0.34.0
Chad Heuschober 10 years ago
parent
commit
0b65d5aaea
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      php/ng/fpm/pools.sls

+ 0
- 2
php/ng/fpm/pools.sls View File

# Manages the php-fpm pools config files # Manages the php-fpm pools config files
{% from 'php/ng/map.jinja' import php, sls_block with context %} {% from 'php/ng/map.jinja' import php, sls_block with context %}
{% from 'php/ng/fpm/pools_config.sls' import pool_states with context %} {% from 'php/ng/fpm/pools_config.sls' import pool_states with context %}
{% from 'php/ng/fpm/service.sls' import service_function with context %}


{% macro file_requisites(states) %} {% macro file_requisites(states) %}
{%- for state in states %} {%- for state in states %}
- php.ng.fpm.service - php.ng.fpm.service
- php.ng.fpm.pools_config - php.ng.fpm.pools_config



extend: extend:
php_fpm_service: php_fpm_service:
service: service:

Loading…
Cancel
Save