| The issue is with notify in general:
❯ puppet apply -e 'notify { "boo": }' |
Notice: Compiled catalog for marla.local in environment production in 0.01 seconds |
Notice: boo |
Notice: /Stage[main]/Main/Notify[boo]/message: defined 'message' as 'boo' |
Notice: Finished catalog run in 0.01 seconds
|
Note that it outputs “boo” three times. I think a decent solution would be a function that does this. It would output in --test mode, but it wouldn't create a resource, so it would have the extra noise, and it wouldn't register as a change in the report. I'll be tracking this from my community account Daniel Parks after 1/31. |