]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/apache/manifests/mod/dev.pp
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / mod / dev.pp
diff --git a/3rdparty/modules/apache/manifests/mod/dev.pp b/3rdparty/modules/apache/manifests/mod/dev.pp
new file mode 100644 (file)
index 0000000..5abdedd
--- /dev/null
@@ -0,0 +1,5 @@
+class apache::mod::dev {
+  # Development packages are not apache modules
+  warning('apache::mod::dev is deprecated; please use apache::dev')
+  include ::apache::dev
+}