]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/php.pp
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / php.pp
diff --git a/3rdparty/modules/apache/manifests/php.pp b/3rdparty/modules/apache/manifests/php.pp
new file mode 100644 (file)
index 0000000..9fa9c68
--- /dev/null
@@ -0,0 +1,18 @@
+# Class: apache::php
+#
+# This class installs PHP for Apache
+#
+# Parameters:
+# - $php_package
+#
+# Actions:
+#   - Install Apache PHP package
+#
+# Requires:
+#
+# Sample Usage:
+#
+class apache::php {
+  warning('apache::php is deprecated; please use apache::mod::php')
+  include ::apache::mod::php
+}