Sha256: 542e684751d686fd4d8a2baacad2259175acf50aacc6c680243211c93cb6fecf

Contents?: true

Size: 343 Bytes

Versions: 4

Compression:

Stored size: 343 Bytes

Contents

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

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
freighthop-0.0.3 local_modules/freighthop/manifests/params.pp
freighthop-0.0.3 modules/freighthop/manifests/params.pp
freighthop-0.0.2 local_modules/freighthop/manifests/params.pp
freighthop-0.0.2 modules/freighthop/manifests/params.pp