diff --git a/pillar/role/documentation.sls b/pillar/role/documentation.sls index 1bb6806..8b13789 100644 --- a/pillar/role/documentation.sls +++ b/pillar/role/documentation.sls @@ -1,16 +1 @@ -include: - - role.common.nginx -nginx: - ng: - servers: - managed: - doc.opensuse.org.conf: - config: - - server: - - server_name: doc.opensuse.org - - listen: - - 80 - - location /: - - root: /srv/www/vhosts/doc.opensuse.org/ - enabled: True diff --git a/salt/role/documentation.sls b/salt/role/documentation.sls index 2e1c086..3302bec 100644 --- a/salt/role/documentation.sls +++ b/salt/role/documentation.sls @@ -1,3 +1,2 @@ include: - - profile.web.server.nginx - profile.documentation