]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Remove blank values in namespaces array.
authorMatthew J. Black <mjblack@gmail.com>
Fri, 23 Sep 2016 23:27:04 +0000 (19:27 -0400)
committerMatthew J. Black <mjblack@gmail.com>
Fri, 23 Sep 2016 23:27:04 +0000 (19:27 -0400)
commit4e576d3f5393cb58b2d19b940d9a3c3d81144417
tree1c648c01c14a62a1d64cdfbec2ad6df955068824
parent6a94c7a8f7a153727ae14a96db8a6df2e4d94821
Remove blank values in namespaces array.

The inline template is using compact which is not removing
the blank values. A call to delete function from stdlib is
needed to remove the blank values.

Change-Id: I7cf3ca383572d569a7e89431dcc39385605cf820
manifests/agent/polling.pp
releasenotes/notes/fix_polling_agent_namespaces-6a79b7e42601f950.yaml [new file with mode: 0644]