Sha256: ad2004a3c7e53c341977a402c31ee24e43788f90a396e8d7082b3254cca27f0d

Contents?: true

Size: 322 Bytes

Versions: 11

Compression:

Stored size: 322 Bytes

Contents

## custom mods

# 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':
  default_mods => [
    'info',
    'alias',
    'mime',
    'env',
    'setenv',
    'expires',
  ],
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/apache/tests/mods_custom.pp
freighthop-0.6.0 modules/apache/tests/mods_custom.pp
freighthop-0.5.2 modules/apache/tests/mods_custom.pp
freighthop-0.5.1 modules/apache/tests/mods_custom.pp
freighthop-0.5.0 modules/apache/tests/mods_custom.pp
freighthop-0.4.1 modules/apache/tests/mods_custom.pp
freighthop-0.4.0 modules/apache/tests/mods_custom.pp
freighthop-0.3.3 modules/apache/tests/mods_custom.pp
freighthop-0.3.2 modules/apache/tests/mods_custom.pp
freighthop-0.3.1 modules/apache/tests/mods_custom.pp
freighthop-0.3.0 modules/apache/tests/mods_custom.pp