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/static.sls b/tests/pillar/static.sls
index 1a40205..0b58cd4 100644
--- a/tests/pillar/static.sls
+++ b/tests/pillar/static.sls
@@ -19,4 +19,21 @@
         host:
           name: cloudlab.domain.com
           port: 80
-
+      nginx_catalog1:
+        enabled: true
+        type: nginx_static
+        name: server
+        indexes:
+        - index.htm
+        - index.html
+        host:
+          name: 127.0.0.2
+          port: 80
+      nginx_catalog2:
+        enabled: true
+        type: nginx_static
+        name: server
+        autoindex: True
+        host:
+          name: 127.0.0.3
+          port: 80