]> 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>
Thu, 13 Oct 2016 13:23:00 +0000 (09:23 -0400)
commitebc384ab39185d0c60a2836521fee0990e97d400
tree3ab3b38347a80c97ef999d4385aeeb0007cf0ec7
parentc4714187a1df3f662fefe1e2725dc1499a8c5205
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
(cherry picked from commit 4e576d3f5393cb58b2d19b940d9a3c3d81144417)
manifests/agent/polling.pp
releasenotes/notes/fix_polling_agent_namespaces-6a79b7e42601f950.yaml [new file with mode: 0644]