diff --git a/manifests/init.pp b/manifests/init.pp index 6df41728230a181cc727581054bb024c439ba32c..6a3aaaa263992b432c3dc26f11bd5eca8ec78bdf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -84,7 +84,7 @@ class bright ( proxy => 'http://localhost:8400/' } - nginx::resource::location { '/air-gic/': + nginx::resource::location { '/airgic/': ensure => present, ssl => true, ssl_only => true, @@ -92,7 +92,7 @@ class bright ( proxy => 'http://localhost:8320/' } - nginx::resource::location { '/heat-gic/': + nginx::resource::location { '/heatgic/': ensure => present, ssl => true, ssl_only => true,