]> WPIA git - infra.git/blobdiff - environments/production/manifests/postgres-primary.pp
add: virtual resource collectors for nginx+pg
[infra.git] / environments / production / manifests / postgres-primary.pp
index f4e7635f2a05b96e328b70e1ad458a12b0644e57..16248a6cb9dbcb44963923f9a89d19acb6ad4589 100644 (file)
@@ -85,4 +85,6 @@ node postgres-primary {
     target => '/etc/postgresql/9.6/main/postgresql.conf',
     value => '2'
   }
+  Postgresql::Server::Db <| tag == primary |>
+  Postgresql::Server::Pg_hba_rule <| tag == primary |>
 }