I'm trying to change default behavior in puppet when a Notify resource is applied to a node. Current state (puppet version 3.8) is that whenever the client is applying a simply Notify message, the client will send a report with state "Active". This is somewhat misleading because nothing really changed on the node.
Is it possible to change this so that puppet will not make a Notify resource change node status to "Active"? Thanks.