Sha256: bd965923865e9fa632a02e0c8f10189b908dcdce6e44a51f4f592e00f167c873

Contents?: true

Size: 426 Bytes

Versions: 6

Compression:

Stored size: 426 Bytes

Contents

class freighthop::params {
  $packages         = []
  $ppas             = []
  $languages        = []
  $ruby_version     = '1.9.3-p392'
  $app_name         = $::hostname
  $app_root         = "/srv/${app_name}"
  $web_root         = "${app_root}/public"
  $web_port         = 3000
  $server_name      = $::fqdn
  $ssl_cert_path    = "/etc/ssl/certs/${app_name}.pem"
  $ssl_key_path     = "/etc/ssl/private/${app_name}.key"
}

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
freighthop-0.2.1 local_modules/freighthop/manifests/params.pp
freighthop-0.2.1 modules/freighthop/manifests/params.pp
freighthop-0.2.0 local_modules/freighthop/manifests/params.pp
freighthop-0.2.0 modules/freighthop/manifests/params.pp
freighthop-0.1.0 local_modules/freighthop/manifests/params.pp
freighthop-0.1.0 modules/freighthop/manifests/params.pp