Re: [Puppet Users] puppet manifest execution orders

2011-07-13 Thread Rony KB
Thanks Nigel. Right now i am using two shell scripts for Mysql Database creation and database restore. These shell scripts are calling from puppet manifest through exec.Can we do these from pure puppet manifest, without shell scripts. Roni On Wed, Jul 13, 2011 at 7:32 PM, Nigel Kersten wrote:

Re: [Puppet Users] puppet manifest execution orders

2011-07-14 Thread Rony KB
is will edit default apache2 conf file exec { "edit-apache2-conf-file": command => "sed -i 's/AllowOverride None/AllowOverride All/' /etc/apache2/sites-available/default", require => Package["apache2"] } # This will increase php

[Puppet Users] module creation

2011-07-26 Thread Rony KB
Hi all, I need to create puppet modules for apache2, php5 and mysql. Please help me to create these module. right now I am using sed command for editing configuration files. thanks in advance Roni -- You received this message because you are subscribed to the Google Groups "Puppet Users" group