summaryrefslogtreecommitdiff
path: root/manifests/service.pp
AgeCommit message (Collapse)Author
2015-12-02Merge remote-tracking branch 'shared/master' into leap_mastervarac
2015-04-17incorporate changes from lelutin (#4285)Micah Anderson
2015-02-20Split nagios resources into their own file.Gabriel Filion
This will make it possible to manage nagios resources from a point external to this module in order to have more fine-grained control.
2015-02-20Rename nagios flag to manage_nagiosGabriel Filion
This is so that we stay consistent between all shared modules that are using this pattern.
2013-09-17fix include stunnel in stunnel::service (https://leap.se/code/issues/3861) - ↵Micah Anderson
this is what b6fbb5f013976f6ad1448ac744ae50b2b1aa0bd0 should have been
2013-09-17Revert "include stunnel in stunnel::service (https://leap.se/code/issues/3861)"Micah Anderson
This reverts commit b6fbb5f013976f6ad1448ac744ae50b2b1aa0bd0. This removes some pieces of service.pp that shouldn't be removed
2013-09-17include stunnel in stunnel::service (https://leap.se/code/issues/3861)varac
2013-06-12Previous to this commit, when a stunnel::service definition was removed, theMicah Anderson
/etc/stunnel/${name}.conf was left, and the stunnel remained running. Also, if you changed a parameter in a stunnel::service definition, the .conf file was changed, but the service restart may not happen properly. This commit adds functionality to properly clean up running stunnels that are no longer managed, and restart managed ones whose parameters have changed
2013-04-03move the $use_nagios check into the stunnel::service define, where it is moreMicah Anderson
useful for creating accurate nagios-statd-proc checks for the correct stunnel names
2013-04-03lintMicah Anderson
2010-02-26fix other spelling errorMicah Anderson
2010-02-26fix spelling errorMicah Anderson
2010-02-24refactoring - no behavior changemh
- everything goes into its own file -> autolookup - order the params of the define nicer -> debugging! - move nagios stuff to the init class -> configure module at the very first point - move variable version enforcing to init class -> configure module at the very first point