Sha256: b12270df3e09b514f511533dea6090561d3ccfbf80897459c6e0422aa01218a4

Contents?: true

Size: 248 Bytes

Versions: 11

Compression:

Stored size: 248 Bytes

Contents

## Default 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 our default set of modules.
class { 'apache':
  default_mods => true,
}

Version data entries

11 entries across 11 versions & 1 rubygems

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