Hi Roni,
best to start with learning puppet:
http://docs.puppetlabs.com/learning/
If you look for special modules you want to check the module forge:
http://forge.puppetlabs.com/
There you will find lots of modules also covering apache, php and mysql.
hth,
Martin
On 07/26/2011 01:52 PM, Rony
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
Hello there
I've written a script that generates a skeleton module, i was going to
drop it onto the recipe page, alas i can't edit that...
#!/bin/bash
moduleDir=`puppetd --configprint modulepath | cut -d ':' -f 1`
module="$1"
moduleInit="$moduleDir/$module/manifests/init.pp"
mkdir -p $moduleD