summaryrefslogtreecommitdiff
path: root/manifests/php.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/php.pp')
-rw-r--r--manifests/php.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/php.pp b/manifests/php.pp
new file mode 100644
index 0000000..c224731
--- /dev/null
+++ b/manifests/php.pp
@@ -0,0 +1,5 @@
+# manifests/php.pp
+
+class apache::php inherits apache {
+ include php
+}