Hi,

I'm working on a module that applies some changes through API commands. 
 Where I am now, it's now able to set values to a PHP config using this 
API, but I feel it is a bit ugly because it does the API call every time 
puppet runs, no matter if there is a change or not.  It is problematic? I 
feel like a puppet run should be clean (silent) when nothing changes, but I 
am not aware of best practices stating otherwise either.  It is possible 
for me to use an unless statement to do an API call to determine if the 
config is already at the desired value, but it is, of course, more work.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/1bb435cb-37f3-4216-ae8a-68041dc9a7b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to