Add possibility to manage server-status in the
mods-available/status.conf file
Change-Id: Ideec7840152c7afbbd11a98d8b106cf0afecd512
Related-Prod: PROD-25671
diff --git a/tests/pillar/server_php7_ssl.sls b/tests/pillar/server_php7_ssl.sls
index 55c8264..200eb3d 100644
--- a/tests/pillar/server_php7_ssl.sls
+++ b/tests/pillar/server_php7_ssl.sls
@@ -33,7 +33,17 @@
mods:
status:
enabled: True
- status: 'disabled'
+ status: 'enabled'
+ host:
+ address: '127.0.0.1'
+ port: '80'
+ allow:
+ localhost:
+ enabled: True
+ value: '127.0.0.0/255.0.0.0'
+ localhost_ipv6:
+ enabled: True
+ value: '::1/128'
module_php: php7.0
user:
cloudlab: