Sha256: a6b828d7e7dd9bb9f2b6e2d84f8ab1a19b61d52a55eaf7004ed9f9417fee30c5

Contents?: true

Size: 575 Bytes

Versions: 22

Compression:

Stored size: 575 Bytes

Contents

class freighthop::web::nginx(
  $ssl,
  $ssl_cert_path,
  $ssl_key_path,
  $server_name,
  $port          = $freighthop::params::http_port,
  $ssl_port      = $freighthop::params::https_port,
  $upstream_port = $freighthop::params::upstream_port,
  $web_root      = $freighthop::params::web_root,
) {
  class {'::nginx':
    confd_purge => true
  }

  file { '/etc/nginx/conf.d/vagrant-rails.conf':
    owner   => 'root',
    group   => 'root',
    mode    => '0644',
    content => template('freighthop/nginx/vagrant-rails.conf.erb'),
    notify  => Service['nginx'],
  }
}

Version data entries

22 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/freighthop/manifests/web/nginx.pp
freighthop-0.6.1 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.6.0 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.6.0 modules/freighthop/manifests/web/nginx.pp
freighthop-0.5.2 modules/freighthop/manifests/web/nginx.pp
freighthop-0.5.2 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.5.1 modules/freighthop/manifests/web/nginx.pp
freighthop-0.5.1 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.5.0 modules/freighthop/manifests/web/nginx.pp
freighthop-0.5.0 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.4.1 modules/freighthop/manifests/web/nginx.pp
freighthop-0.4.1 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.4.0 modules/freighthop/manifests/web/nginx.pp
freighthop-0.4.0 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.3.3 modules/freighthop/manifests/web/nginx.pp
freighthop-0.3.3 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.3.2 local_modules/freighthop/manifests/web/nginx.pp
freighthop-0.3.2 modules/freighthop/manifests/web/nginx.pp
freighthop-0.3.1 modules/freighthop/manifests/web/nginx.pp
freighthop-0.3.1 local_modules/freighthop/manifests/web/nginx.pp