Displaying 6 results from an estimated 6 matches for "debianapache2recipe".
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'' : {
e...
2007 Oct 09
2
Failure to find definition
Hi,
I''m trying to set up apache2 under puppet, as in this recipe:
http://reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
I have a file "apache2.pp" as shown there, and then a webserver.pp file
(see below).
On running puppetd on the client, I get this message:
err: Could not retrieve configuration: Could not find definition site in
file /etc/puppet/manifests/nodes/webserver.pp at line 14
I''m r...
2007 Aug 15
0
Puppet keeps restarting apache...
Hi all,
I''ve got a problem when using the Apache2 recipe https://
reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe.
Puppet is enabling modules and sites on every run, which in turn
triggers a reload of Apache. I''ve figured out, that it must be the
unless line in the exec statement that''s causing the problem:
unless => "/bin/sh -c ''[ -L ${sites}-enabled/$name ] &&...
2007 May 22
4
Newbie: Am I looking at the right tool?
Hi,
I''m absolutely new to centralized server management, sorry sorry in
advance for any stupid remarks.
Looking on the puppet documentation, I mainly find a lot of info about
how to manage the config files, but nothing about centralized control.
So I''m wandering if I''m looking a the right software package for my needs.
I want to be able to do the following from a
2007 Oct 31
2
Managing apache authentication
...of that and am not sure how...
Question 1
==========
We don''t normally host static websites for people, but have been asked
to so so for a small number of sites. I decided to use this opportunity
to get into puppet.
Based on the recipe at
http://reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
I''ve created the following:
1. A class called reahlapache, which inherits from apache2. It adds
files into /etc/apache2/conf.d, makes sure all the modules we typically
need are present in the apache installation (using apache2::module for
this), etc. In other words node-specific apache s...
2007 Dec 20
5
Apache2 module -- feedback appreciated
...ved
to be both stable and flexible -- but of course, there''s plenty of
ways to improve it... (Patches are welcome!)
-sq
[1] http://wesabe.googlecode.com/svn/trunk/puppet/modules/apache2/trunk/
[2] http://code.google.com/p/wesabe/
[3] http://reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
[4] http://wesabe.googlecode.com/svn/trunk/puppet/modules/apache2/trunk/README