aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-04-16 12:46:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-04-16 12:46:50 -0300
commit34d5863fcd75d433b328ce4d43ecec4e76ab4439 (patch)
tree6a51d63db9cea2cdeb22619de62802767392caf8
parenta6942d57218fed0c0a436f53940db19f75e2a3ea (diff)
downloadpuppet-php-34d5863fcd75d433b328ce4d43ecec4e76ab4439.tar.gz
puppet-php-34d5863fcd75d433b328ce4d43ecec4e76ab4439.tar.bz2
Formatting
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c0d42a1..7d07c87 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -21,7 +21,7 @@ class php(
$hardened = true,
$apc = absent,
$fpm = absent,
-){
+) {
class { "php::series${series}":
hardened => $hardened,
}