Sha256: 4bc75129c99242b0ef52fbc5daa871c19964569da1ad5f12e34d122be52a27f9

Contents?: true

Size: 338 Bytes

Versions: 20

Compression:

Stored size: 338 Bytes

Contents

include nginx

nginx::resource::vhost { 'test.local':
  ensure       => present,
  ipv6_enable  => true,
  proxy        => 'http://proxypass',
}

nginx::resource::vhost { 'test.local:8080':
  ensure       => present,
  listen_port  => 8080,
  server_name  => 'test.local',
  ipv6_enable  => true,
  proxy        => 'http://proxypass',
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/nginx/tests/vhost.pp
freighthop-0.6.0 modules/nginx/tests/vhost.pp
freighthop-0.5.2 modules/nginx/tests/vhost.pp
freighthop-0.5.1 modules/nginx/tests/vhost.pp
freighthop-0.5.0 modules/nginx/tests/vhost.pp
freighthop-0.4.1 modules/nginx/tests/vhost.pp
freighthop-0.4.0 modules/nginx/tests/vhost.pp
freighthop-0.3.3 modules/nginx/tests/vhost.pp
freighthop-0.3.2 modules/nginx/tests/vhost.pp
freighthop-0.3.1 modules/nginx/tests/vhost.pp
freighthop-0.3.0 modules/nginx/tests/vhost.pp
freighthop-0.2.1 modules/nginx/tests/vhost.pp
freighthop-0.2.0 modules/nginx/tests/vhost.pp
freighthop-0.1.0 modules/nginx/tests/vhost.pp
freighthop-0.0.6 modules/nginx/tests/vhost.pp
freighthop-0.0.5 modules/nginx/tests/vhost.pp
freighthop-0.0.4 modules/nginx/tests/vhost.pp
freighthop-0.0.3 modules/nginx/tests/vhost.pp
freighthop-0.0.2 modules/nginx/tests/vhost.pp
freighthop-0.0.1 modules/nginx/tests/vhost.pp