summaryrefslogtreecommitdiff
path: root/manifests/init.pp
AgeCommit message (Collapse)Author
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-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 'leap/master'Micah Anderson
2013-02-27Include apache to ensure subclass declarations work correctly.Jerome Charaoui
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-09-21add a variable $passenger_bin_path to the passenger classk clair
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-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-09switch to parameterized class, and allow for gem based installation of passengerMicah Anderson
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-07make the configurable munin variable a little cleanerMicah 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-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
2010-04-26initial commitMicah Anderson