[Puppet Users] Storing files in filebucket in puppet

2012-12-19 Thread Sivaraman Viswanathan
Hi All, I want to create a central file server which serves as the source of my installers. These installers are nothing but a set of tar files. I am looking for a two manifests 1. First Manifest which can store these files initially into the central file server 2. Manifest which can download t

[Puppet Users] Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes

2012-12-19 Thread Sivaraman Viswanathan
Lets take the example, I am having a jboss-4.2.3 installers as a .tar file. In general to install jboss, i ll 1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/) into multiple servers 2. untar the openjdk into a preferined path (/opt/software/java)set the path in the bash.p

[Puppet Users] Apply manifests on Puppet Managed Nodes from Puppet Master and appending to an existing file

2012-12-31 Thread Sivaraman Viswanathan
Hello All, I have written a manifest which will upgrade the JAVA to a recent version (ex: JDK 6u33 to JDK7) using exec type. The installation is nothing but untarring the tar.gz file into a predefined folder and setting the JAVA_HOME and PATH variables in the user's bash_profile file. 1. Now