On 2014-07-15 15:36, Dhaval Thakar wrote:
Hi All,

I am starting to use puppet to manage windows nodes, tried searching but
couldn't find solution for this...

I need to apply kaspersky patch using puppet to windows nodes. So far I
have used kaspersky server to install / upgrade / patch antivirus.
Trying to get it done using puppet.

Can someone guide me to run windows command on nodes only once ? This
patch does not update installed application version hence couldn't use
Package in manifest file.

Trying to understand your use-case here: What is the problem of using the kaspersky server to deploy the AV patches?

To answer you primary question: If you find a way to programmatically check whether the patch is applied or not, and you know how to install the patch by code, you can implement a exec resource with an onlyif argument to do so. It'll probably be a pain to maintain and will not scale as patches accumulate.


Regards, David

--
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/53CCAE8A.7030205%40dasz.at.
For more options, visit https://groups.google.com/d/optout.

Reply via email to