Merge "use Array for apache2 listen attributes"

This commit is contained in:
Jenkins 2016-03-04 06:28:57 +00:00 committed by Gerrit Code Review
commit bd60507ee6
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": {