Deprecating stats.conf in favor of static type:
* root can be disabled
* log can be disabled
* indexes could be disabled
* stats vhost can now
- be binded
- use ssl
- use access list
using static type
* stats.conf now is deprecated
Change-Id: Iffd91b80df1f576d10e7e15675d95ffa46fe6485
diff --git a/tests/pillar/stats.sls b/tests/pillar/stats.sls
index 5095255..74c314c 100644
--- a/tests/pillar/stats.sls
+++ b/tests/pillar/stats.sls
@@ -16,4 +16,14 @@
host:
name: 127.0.0.1
port: 8888
-
+ nginx_stats_server2:
+ enabled: true
+ root: disabled
+ stats: True
+ indexes: []
+ type: nginx_static
+ name: stats_server
+ host:
+ name: 127.0.0.1
+ address: 127.0.0.1
+ port: 8889