search for: apache2_sites

Displaying 1 result from an estimated 1 matches for "apache2_sites".

2010 Mar 04
3
Dependency cycles, please help.
Hi, I''m having trouble writing a recipe to handle apache/passenger. First, here is my apache2 class, found here : http://www.reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe --------------------------------------------- $apache2_sites = "/etc/apache2/sites" $apache2_mods = "/etc/apache2/mods" class apache2 { [...] define module ( $ensure = ''present'' ) { case $ensure { ''present'' : { exec { "/usr/sbin/a2enmod $name": unl...