diff --git a/README.md b/README.md index 7b04660a98..028b459c34 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ There are many `apache::mod::[name]` classes within this module that can be decl * `fastcgi` * `fcgid` * `headers` +* `include` * `info` * `itk` * `ldap` diff --git a/manifests/mod/include.pp b/manifests/mod/include.pp new file mode 100644 index 0000000000..9f2592f093 --- /dev/null +++ b/manifests/mod/include.pp @@ -0,0 +1,3 @@ +class apache::mod::include { + apache::mod { 'include': } +}