aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-05 16:12:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-05 16:12:21 -0300
commit363ac3734f96a68fc8ef65338e6bad6b0800aaba (patch)
treea94ff35bc33962f8bb585f98f98f1a7e357f4c9c /manifests/init.pp
parent09ed4c4d2e016df21c560a563666a8ebc5fc86ea (diff)
downloadpuppet-php-363ac3734f96a68fc8ef65338e6bad6b0800aaba.tar.gz
puppet-php-363ac3734f96a68fc8ef65338e6bad6b0800aaba.tar.bz2
Adds php::defaults and php::hardened
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 256c3d2..90a15b6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -67,4 +67,5 @@ class php {
}
include php::resources
+ include php::defaults
}