diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2018-04-12 17:21:22 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2018-04-12 17:21:22 -0300 |
| commit | 6fb5e7feb03235538f301856c3ae364444fecb7b (patch) | |
| tree | c2a627f3790161d2dbcb89112285b0c1a04003bc | |
| parent | 4203f911b71ac593b8be3c3a22d36b89dc938767 (diff) | |
| download | puppet-php-6fb5e7feb03235538f301856c3ae364444fecb7b.tar.gz puppet-php-6fb5e7feb03235538f301856c3ae364444fecb7b.tar.bz2 | |
Fix config name at php::fpm::pool
| -rw-r--r-- | manifests/fpm/pool.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/fpm/pool.pp b/manifests/fpm/pool.pp index d587dff..4941cbc 100644 --- a/manifests/fpm/pool.pp +++ b/manifests/fpm/pool.pp @@ -13,7 +13,7 @@ define php::fpm::pool( $folder = $::php::series7::folder } - file { "/etc/php/${version}/fpm/pool.d/${name}": + file { "/etc/php/${version}/fpm/pool.d/${name}.conf": ensure => $ensure, source => $source, require => Package['php-fpm'], |
