浏览代码

Tightened up some ng requirements.

tags/v0.34.0
Chad Heuschober 10 年前
父节点
当前提交
0b65d5aaea
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      php/ng/fpm/pools.sls

+ 0
- 2
php/ng/fpm/pools.sls 查看文件

@@ -1,7 +1,6 @@
# Manages the php-fpm pools config files
{% 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/service.sls' import service_function with context %}

{% macro file_requisites(states) %}
{%- for state in states %}
@@ -13,7 +12,6 @@ include:
- php.ng.fpm.service
- php.ng.fpm.pools_config


extend:
php_fpm_service:
service:

正在加载...
取消
保存