commit | fb99ea5d0412dfbac81cc5a7e940846aee6825e6 | [log] [tgz] |
---|---|---|
author | Dzmitry Stremkouski <dstremkouski@mirantis.com> | Wed Oct 24 10:09:18 2018 +0200 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Fri Oct 26 07:03:21 2018 +0000 |
tree | 7bb7f297cc47d66a716be3323404e5a703788104 | |
parent | 6ee2b58687b5cb1c703bbcdbd34af8a7ce0d0b92 [diff] [blame] |
* Fix bindings for default ports in case they are needed * Fix tests for listen_default_ports option * Fix doc for listen_default_ports option Change-Id: I83955b302f41d2ef78d091f88b99bd5b6d551949
diff --git a/tests/pillar/apache_server_php7.sls b/tests/pillar/apache_server_php7.sls index 8ca65c1..bed96fd 100644 --- a/tests/pillar/apache_server_php7.sls +++ b/tests/pillar/apache_server_php7.sls
@@ -1,6 +1,8 @@ apache: server: enabled: true + bind: + address: 127.0.0.1 modules: - cgi - php