Hi All, I would like to use puppet for deploying Jboss application.
The property file of my Jboss app need to be evaluated before moving in the conf dir as it's a template. How could I make this kind of operation with native resources of puppet. *Example :* I have this file *myapp.properties.tmpl* : ApplicationName=${MY_APP_NAME} ApplicationVersion=${MY_APP_VERSION} ... And I have the file *global.properties* : ${MY_APP_NAME}=helloworld ${MY_APP_VERSION}=1.0.0 I would like to replace variables in myapp.properties.tmpl with the right value in global.properties and generate the new file *myapp.properties* with ApplicationName=helloworld ApplicationVersion=1.0.0 Is that possible, may be with tools like Augeas? Suggestions ???? Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/gwkHUwM26QYJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.