Re: [Puppet Users] create puppet module from software install

2015-05-15 Thread Corey Osman
I would agree with Branan. You should avoid compiling source code on a puppet node (unless its a ruby gem). But if you must know there is a tool called blueprint that will get you what you want although it may not capture everything or it might capture too much. https://github.com/devstruct

Re: [Puppet Users] create puppet module from software install

2015-05-14 Thread Branan Riley
On Thu, May 14, 2015 at 10:11 AM, wrote: > I have installed apache and tomcat from source in the /opt directory. > Once I completed the install I modified the directory and file ownership > and permissions. > I also modified the .conf and .xml files for both tomcat and apache. > Is there a way to

[Puppet Users] create puppet module from software install

2015-05-14 Thread plueders
I have installed apache and tomcat from source in the /opt directory. Once I completed the install I modified the directory and file ownership and permissions. I also modified the .conf and .xml files for both tomcat and apache. Is there a way to capture a directory structure and the modificatio