Skip to content

Commit

Permalink
Added support for mod_include
Browse files Browse the repository at this point in the history
  • Loading branch information
derJD committed Dec 19, 2013
1 parent fe6b1c6 commit 76c19e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 3 additions & 0 deletions manifests/mod/include.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class apache::mod::include {
apache::mod { 'include': }
}

0 comments on commit 76c19e1

Please sign in to comment.