diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-04-16 12:46:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-04-16 12:46:50 -0300 |
commit | 34d5863fcd75d433b328ce4d43ecec4e76ab4439 (patch) | |
tree | 6a51d63db9cea2cdeb22619de62802767392caf8 /manifests | |
parent | a6942d57218fed0c0a436f53940db19f75e2a3ea (diff) | |
download | puppet-php-34d5863fcd75d433b328ce4d43ecec4e76ab4439.tar.gz puppet-php-34d5863fcd75d433b328ce4d43ecec4e76ab4439.tar.bz2 |
Formatting
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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, } |