puppet_passenger.git, branch master [puppet_passenger] Merge branch 'fix_munin_plguin_install' into 'master' 2015-05-12T17:38:01+00:00 Jerome Charaoui jcharaoui@cmaisonneuve.qc.ca 2015-05-12T17:38:01+00:00 47fca117b594d30aa29d33f8d8846eeec0a88d5f Fix munin plugin installation when no mumin module is used when you don't use the munin module, the passenger class will fail using the default values with: ``` Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid res ource type munin::plugin::deploy at /etc/puppet/modules/passenger/manifests/init.pp:72 ``` this commit fixed it. See merge request !1
Fix munin plugin installation when no mumin module is used

when you don't use the munin module, the passenger class will fail using the default values with:

```
Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid res
ource type munin::plugin::deploy at /etc/puppet/modules/passenger/manifests/init.pp:72
```

this commit fixed it.

See merge request !1
linted init.pp 2015-05-10T14:30:01+00:00 varac varacanero@zeromail.org 2015-05-10T14:30:01+00:00 d6678678989e30b799d1b82b232e040446898de2

only install munin plugins in $manage_munin=true 2015-05-10T14:29:07+00:00 varac varacanero@zeromail.org 2015-05-10T14:29:07+00:00 1bdc529bc2ac20bfdc38f8c07cf630a1da27692d

Rename $use_munin to $manage_munin and default to false, fixes #1 2015-05-08T20:30:15+00:00 Jerome Charaoui jcharaoui@cmaisonneuve.qc.ca 2015-05-08T20:29:56+00:00 c0b37558938a7234d1630c0988101109c3c2bb9f

Revert "fix installation of ruby-passenger on non-squeeze hosts" 2013-10-18T21:00:31+00:00 Micah Anderson micah@riseup.net 2013-10-18T21:00:31+00:00 a3ce74bd68f1535ea9c551212e72719edf110bab This reverts commit 232a921bbc52a4401ac892122b5b120249d104e1. The actual apache module is still in libapache2-mod-passneger, and it depends on ruby-passenger. Conflicts: manifests/init.pp
This reverts commit 232a921bbc52a4401ac892122b5b120249d104e1.

The actual apache module is still in libapache2-mod-passneger, and it depends on ruby-passenger.

Conflicts:
	manifests/init.pp
remove unnecessary package resource, it is handled by the apache::module 2013-10-18T20:54:28+00:00 Micah Anderson micah@riseup.net 2013-10-18T20:54:28+00:00 7b371df17cd8ac9b17c537c0074c20645f3033ca

move individual classes into their own files and lint 2013-10-18T20:34:35+00:00 Micah Anderson micah@riseup.net 2013-10-18T20:34:35+00:00 d18425f5bf1c1be5a4808d8561ca888da3b36d0c

lint 2013-10-18T20:31:49+00:00 Micah Anderson micah@riseup.net 2013-10-18T20:31:49+00:00 f7c06a4293fca07c1624546619b9cb43cb66cc4c

fix installation of ruby-passenger on non-squeeze hosts 2013-10-18T20:31:24+00:00 Micah Anderson micah@riseup.net 2013-10-18T20:31:24+00:00 232a921bbc52a4401ac892122b5b120249d104e1

replace include with class ordering hint, the include keeps the parameterized apache class from being used when any non-default parameters are passed 2013-06-27T00:14:34+00:00 Micah Anderson micah@riseup.net 2013-06-27T00:14:34+00:00 044211671f9a40a92b45da07826941a6b0b68d76