diff --git a/pillar/webserver/sites.sls b/pillar/webserver/sites.sls --- a/pillar/webserver/sites.sls +++ b/pillar/webserver/sites.sls @@ -108,6 +108,21 @@ env: SERVERS_LOG_FILE: /srv/api/data/servers-log-all.json + notifications51.nasqueron.org: + domain: nasqueron.org + subdomain: notifications51 + user: web-org-nasqueron-notifications51 + php-fpm: prod + env: + APP_ENV: local + APP_DEBUG: true + + BROKER_HOST: mq + BROKER_VHOST: dev + credentials: + BROKER_USERNAME: nasqueron.notifications.broker + BROKER_PASSWORD: nasqueron.notifications.broker + wikis.nasqueron.org: domain: nasqueron.org subdomain: wikis diff --git a/pillar/webserver/wwwroot51.sls b/pillar/webserver/wwwroot51.sls --- a/pillar/webserver/wwwroot51.sls +++ b/pillar/webserver/wwwroot51.sls @@ -27,6 +27,11 @@ user: dereckson group: dereckson + notifications: + user: dereckson + group: dereckson + repository: ssh://vcs@devcentral.nasqueron.org:5022/source/notifications.git + rain: user: dereckson group: dereckson