aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-14 17:37:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-14 17:37:24 -0300
commitc8318aff07147665f1f5887fe17c4a4a8c631124 (patch)
tree14dbf186d26881f910ea296407b12d1de26e1503 /manifests/init.pp
parenteeb56ded22ba8c6f2bcbac60d30ad6aae5f5db44 (diff)
downloadpuppet-php-c8318aff07147665f1f5887fe17c4a4a8c631124.tar.gz
puppet-php-c8318aff07147665f1f5887fe17c4a4a8c631124.tar.bz2
Convert php::fpm from class to resource
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7d07c87..3f8e075 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -30,7 +30,8 @@ class php(
ensure => $apc,
}
- class { 'php::fpm':
+ php::fpm { $series:
+ series => $series,
ensure => $fpm,
}
}