Hello,

I am automating with Puppet the installation of a software on a Windows 
puppet agent. At a moment I need to edit a configuration file (xml file). I 
need to change the value of the "address" property in this bean:

    <bean id="IMFactory" class="org.apache.cxf.jaxws.JaxWsProxyFactoryBean">
        <property name="serviceClass" 
value="com.nano.imcommunication.IMWebServiceAPI" />
        <property name="address" value="http://10.126.81.152:8088/MockIM"; />
    </bean>

I searched for documentation and found out that Augeas can only be used for 
Unix puppet agents.. I'm new to Puppet but I wonder if I can use templates 
to solve my problem, and if yes, how I have to do it.

Thanks by advance
Edward

-- 
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/4638453f-537e-4b6a-a203-e4dfb46782d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to