dev/provisioning/modules/apache/manifests/mod/dev.pp
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 14:45:47 +0200
changeset 382 ea0e8417e4dc
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct problem with cache

class apache::mod::dev {
  # Development packages are not apache modules
  warning('apache::mod::dev is deprecated; please use apache::dev')
  include ::apache::dev
}