File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 5353 include apache::mod::rewrite
5454 include apache::mod::speling
5555 include apache::mod::suexec
56+ include apache::mod::version
5657 include apache::mod::vhost_alias
5758 ::apache::mod { 'auth_digest' : }
5859 ::apache::mod { 'authn_anon' : }
7071 include apache::mod::authn_core
7172 include apache::mod::cache
7273 include apache::mod::disk_cache
74+ include apache::mod::filter
7375 include apache::mod::headers
7476 include apache::mod::info
7577 include apache::mod::mime_magic
7678 include apache::mod::reqtimeout
7779 include apache::mod::rewrite
80+ include apache::mod::speling
7881 include apache::mod::userdir
82+ include apache::mod::version
7983 include apache::mod::vhost_alias
80- include apache::mod::speling
81- include apache::mod::filter
8284
8385 ::apache::mod { 'asis' : }
8486 ::apache::mod { 'auth_digest' : }
Original file line number Diff line number Diff line change 1+ # @summary
2+ # Installs `mod_version`.
3+ #
4+ # @see https://httpd.apache.org/docs/current/mod/mod_version.html for additional documentation.
5+ #
6+ class apache::mod::version {
7+ if $facts [' os' ][' family' ] == ' debian' {
8+ warning (" ${module_name} : module version_module is built-in and can't be loaded" )
9+ } else {
10+ ::apache::mod { 'version' : }
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments