]> WPIA git - infra.git/blobdiff - environments/production/manifests/nginx.pp
add: virtual resource collectors for nginx+pg
[infra.git] / environments / production / manifests / nginx.pp
index baea15d0839a29b4d67da48ab75b051ade51b924..9b9c5613cf509479a3f63be3c4ff2300a6cd243d 100644 (file)
@@ -91,4 +91,7 @@ node front-nginx {
     notify => Service['nginx'],
     crt => 'gitweb/web'
   }
+
+  Front_vhost <| tag == nginx |> ~> Service['nginx']
+  File <| tag == nginx |> ~> Service['nginx']
 }