You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Ruby version: ruby 2.4.4p296 (2018-03-28 revision 63013) [x86_64-linux]
Your version of Puppet: PE 2018.1.4 5.5.6
Your version of octocatalog-diff: octocatalog-diff 1.5.4
Do the tests pass from a clean checkout? yes
Anything else to add that you think will be helpful?
The text was updated successfully, but these errors were encountered:
davidsandilands-zz
changed the title
Using an Array of a hash fails catalog complication
A notice function with a hash as a title causes catalog validation to fail
Jan 29, 2019
On further investigation the issue was down to the hash being used on the notice function which broke the validation, replacing these notices with notify resource calls fixed our issue.
I'm curious - does the failing "notify called with a hash parameter" both compile and execute successfully on a host in your fleet? I'm wondering if this behavior is actually supported by puppet servers and clients in the wild - or maybe it only works with certain formats of catalogs?
Running octocatalog-diff
Catalog failed to compile with invalid json
Catalog to compile
Create an array of hashes and call one of those hashes.
ie
The text was updated successfully, but these errors were encountered: