]> WPIA git - infra.git/blobdiff - environments/production/manifests/nginx.pp
fix: enable all services in systemd
[infra.git] / environments / production / manifests / nginx.pp
index 373e2a84c2c84b6bbc2176f701ba254ddb952c5c..4bb0e97dcc0d9b5f7ccff80450217f8980b861eb 100644 (file)
@@ -63,7 +63,8 @@ node front-nginx {
     notify => Service['nginx']
   }
   service {'nginx':
-    ensure => 'running'
+    ensure => 'running',
+    enable => true,
   }
   #for gitweb hosting
   package{'git':