Quiet all notifies for one module

13 views
Skip to first unread message

Mark

unread,
Mar 8, 2016, 11:20:47 AM3/8/16
to Puppet Users
I'm working in an environment where I have to run puppet apply for my code, but the agent still runs with a completely different set of managed code. So far so good, but one problem I'm having is that our versions of stdlib must be different. So everytime I run puppet I get a notification for every file that has been copied into place, and that is just getting in the way of debugging actual configuration changes. 

So my question is this, is there a way to quiet all the notifications for one module? Basically I don't want to see all the file notifications. Any thoughts? 

Thanks,
mjr

Thomas Müller

unread,
Mar 8, 2016, 1:06:48 PM3/8/16
to Puppet Users
What about setting a different vardir for puppet apply runs than for your puppet agent runs? So you would get yor own copy.

Not tested but something like: puppet apply --vardir /var/lib/puppet-apply ...

- Thomas

Reply all
Reply to author
Forward
0 new messages