diff modules/apache/examples/mods_custom.pp @ 437:b8d6ada284dd

Update Apache module to latest version Also converted some params to ints to match
author IBBoard <dev@ibboard.co.uk>
date Sun, 14 Aug 2022 11:30:13 +0100
parents 675c1cc61eaf
children
line wrap: on
line diff
--- a/modules/apache/examples/mods_custom.pp	Wed Apr 19 18:45:23 2023 +0100
+++ b/modules/apache/examples/mods_custom.pp	Sun Aug 14 11:30:13 2022 +0100
@@ -3,7 +3,7 @@
 # Base class. Declares default vhost on port 80 and default ssl
 # vhost on port 443 listening on all interfaces and serving
 # $apache::docroot, and declaring a custom set of modules.
-class { '::apache':
+class { 'apache':
   default_mods => [
     'info',
     'alias',
@@ -13,4 +13,3 @@
     'expires',
   ],
 }
-