Pushparaj BS
unread,Jan 6, 2015, 12:47:09 AM1/6/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi,
I have an XML file that has configuration for IIS Virtual settings for many webservice Applications, and each application is a node in the XML.
Based on the XML, I have a Powershell script that can read the respective node and configure the IIS.
However, I need to have puppet monitor this node in the XML and trigger the script if changed as the XML can be updated for some IIS changes for a webservice.
I can see that exec command gives functionality to watch file changes, but I need to watch a node specifically.