use Array for apache2 listen attributes

* remove empty hash as value for apache.listen from testing environment

Depends-On: I7304932c19398c2bd245bbb7cbad6df4f487047e
Depends-On: Id91fb812ba91dab2803c68d24adaddbe0fde7a5e
Change-Id: Ia135f648acf0aec19b8de9f0de4aae3b45ac86ff
This commit is contained in:
Jan Klare
2016-03-02 14:59:09 +01:00
parent f494dcc8c9
commit 893e074425
2 changed files with 0 additions and 8 deletions

View File

@@ -5,11 +5,6 @@
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
"apache": {
"listen" : {}
}
},
"override_attributes": {
"openstack": {
"yum": {

View File

@@ -8,9 +8,6 @@
"default_attributes": {
"apt": {
"compile_time_update" : true
},
"apache": {
"listen" : {}
}
},
"override_attributes": {