summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-04 23:46:43 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-04 23:47:35 +0200
commit6a3c703a3ce3305caa821438ae44d290376dbbfb (patch)
treeb838aebeb24b62446f5b6f217bf4d7d57ea7b7c2
parentAdd basic pgadmin profile. (diff)
downloadprofiles-6a3c703a3ce3305caa821438ae44d290376dbbfb.tar.gz
profiles-6a3c703a3ce3305caa821438ae44d290376dbbfb.tar.xz
Hopefully fix uwsgi + pgadmin.
-rw-r--r--manifests/pgadmin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pgadmin.pp b/manifests/pgadmin.pp
index e7f842a..12e6c32 100644
--- a/manifests/pgadmin.pp
+++ b/manifests/pgadmin.pp
@@ -28,7 +28,7 @@ class profiles::pgadmin (
],
location_deny => [ 'all' ],
# TODO centralize this setting
- uwsgi => '/run/uwsgi/emperor.sock',
+ uwsgi => 'unix:/run/uwsgi/emperor.sock',
}
# file { '/etc/pgadmin/config_system.py':