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:
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
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