Skip to content
Snippets Groups Projects
Commit 2092f29f authored by Pär Lindfors's avatar Pär Lindfors Committed by Thomas Bellman
Browse files

Use string representations in cartesian().


This makes the cartesian() function handle some of the data types
added in recent versions of Puppet without crashing.

Example, when using Puppet 4:
  cartesian('foo', [1, 2]) returns ['foo1', 'foo2']

Signed-off-by: default avatarThomas Bellman <bellman@nsc.liu.se>

This was originally commit a11ce806b001 in nsc-puppet-utils.
parent e6383d12
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment