summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-12Merge branch 'fix_munin_plguin_install' into 'master'HEADmasterJerome Charaoui
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
2015-05-10linted init.ppvarac
2015-05-10only install munin plugins in $manage_munin=truevarac
2015-05-08Rename $use_munin to $manage_munin and default to false, fixes #1Jerome Charaoui
2013-10-18Revert "fix installation of ruby-passenger on non-squeeze hosts"Micah Anderson
This reverts commit 232a921bbc52a4401ac892122b5b120249d104e1. The actual apache module is still in libapache2-mod-passneger, and it depends on ruby-passenger. Conflicts: manifests/init.pp
2013-10-18remove unnecessary package resource, it is handled by the apache::moduleMicah Anderson
2013-10-18move individual classes into their own files and lintMicah Anderson
2013-10-18lintMicah Anderson
2013-10-18fix installation of ruby-passenger on non-squeeze hostsMicah Anderson
2013-06-26replace include with class ordering hint, the include keeps the ↵Micah Anderson
parameterized apache class from being used when any non-default parameters are passed
2013-06-26fix another lint syntax errorMicah Anderson
2013-06-26fix syntax error from previous lint commitMicah Anderson
2013-05-03lintMicah Anderson
2013-05-03Merge remote-tracking branch 'nadir/master'Micah Anderson
2013-05-03Merge remote-tracking branch 'leap/master'Micah Anderson
2013-05-03Merge remote-tracking branch 'riseup/add_envvar_to_munin'Micah Anderson
2013-02-27Include apache to ensure subclass declarations work correctly.Jerome Charaoui
2013-01-22change apache::module from a class to a define, (it was changed in the ↵Micah Anderson
apache module)
2013-01-22Merge branch 'master' into nadir_mastervarac
2012-11-26update README to be more current: adds parameterized class information, ↵Micah Anderson
makes it clear that the munin module is optional
2012-11-26on newer debian systems, the package name for rack is 'ruby-rack' so this adds aMicah Anderson
check to see if you are still on squeeze or not, otherwise it will use the new name
2012-10-05add a variable $passenger_bin_path to the passenger classk clair
2012-10-05have passenger_stats munin script take an environment variable for the ↵k clair
location of passenger-status
2012-09-26Revert "variable PASSENGER_STATUS does not need to be quoted with backticks."k clair
in fact it does need to be quoted with backticks since it needs to be run! This reverts commit 6d6960713315ea52b12ca1d4cf696c3fb7c816fa.
2012-09-26variable PASSENGER_STATUS does not need to be quoted with backticks.k clair
2012-09-21add a variable $passenger_bin_path to the passenger classk clair
2012-09-21have passenger_stats munin script take an environment variable for the ↵k clair
location of passenger-status
2012-07-18change apache::module from a class to a define, (it was changed in the ↵Micah Anderson
apache module)
2012-07-08there was a start at abstracting out the classes, but this is not needed at ↵Micah Anderson
this point, so I've pulled it all in to simplify it
2012-07-08Passenger Module: apache2::module doesn't exist in apache module, this updatesMicah Anderson
things to work with the apache module which includes the class apache::module
2012-06-272.7 underscore renameMicah Anderson
2012-04-09fix logic for $use_gemsMicah Anderson
2012-04-09fix rack checkMicah Anderson
2012-04-09make it so both gem and package work with the apache module loadingMicah Anderson
2012-04-09Merge branch 'master' into riseupMicah Anderson
Conflicts: manifests/init.pp
2012-04-09switch to parameterized class, and allow for gem based installation of passengerMicah Anderson
2011-02-11librack-ruby1.8 should also be managed by the ensure_versionMicah Anderson
2010-07-15merge with shared-modules/passengervarac
2010-05-12correct class name typoJerome Charaoui
2010-05-12refactor classes for multi-platform, place munin in seperate (optional) ↵Jerome Charaoui
class, adapt to shared apache puppet module, support a config file for apache
2010-05-09change default munin category for graphsMicah Anderson
2010-05-07make the configurable munin variable a little cleanerMicah Anderson
2010-05-07fix the way the environment variable is defined, you do not specify '='Micah Anderson
2010-05-07remove some bogus test things that snuck inMicah Anderson
2010-05-07allow for munin plugin configuration overrides, update README to reflect ↵Micah Anderson
this and remove redundant README info from comments
2010-04-27change name of $librack-ruby_ensure_version variable name, the dash in the ↵Micah Anderson
name does not work
2010-04-27update README to note apache module requirementMicah Anderson
2010-04-27make sure the module is enabledMicah Anderson
2010-04-27update passenger-memory-stats to a better version of the pluginMicah Anderson
2010-04-27better way to deploy munin plugins is to use the munin::plugin::deployMicah Anderson