X-Git-Url: https://code.wpia.club/?p=infra.git;a=blobdiff_plain;f=environments%2Fproduction%2Fmanifests%2Fnginx.pp;h=4bb0e97dcc0d9b5f7ccff80450217f8980b861eb;hp=373e2a84c2c84b6bbc2176f701ba254ddb952c5c;hb=6a7320d1533a9e8df4c082ae528eb4c2474ec609;hpb=81dc8132d05121442ac1396d094b67e793ab38b0 diff --git a/environments/production/manifests/nginx.pp b/environments/production/manifests/nginx.pp index 373e2a8..4bb0e97 100644 --- a/environments/production/manifests/nginx.pp +++ b/environments/production/manifests/nginx.pp @@ -63,7 +63,8 @@ node front-nginx { notify => Service['nginx'] } service {'nginx': - ensure => 'running' + ensure => 'running', + enable => true, } #for gitweb hosting package{'git':