Skip to content

Instantly share code, notes, and snippets.

@chadh
Created April 3, 2020 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadh/fd5e27766e75484875f1fa80523ebea8 to your computer and use it in GitHub Desktop.
Save chadh/fd5e27766e75484875f1fa80523ebea8 to your computer and use it in GitHub Desktop.
$top = [
{"certname"=>"lb005.lab1.ca1.foo.co", "name"=>"canary_environment", "value"=>"lab1-W-12345"},
{"certname"=>"lb004.lab1.ca1.foo.co", "name"=>"canary_environment", "value"=>"lab1-W-92345"},
]
$bottom = $top.reduce([]) | $memo, $h | {
$memo + [{ $h['certname'] => $h['value'] }]
}
notify { "$bottom": }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment