- Apr 12, 2014
-
-
Russ Allbery authored
In the old version of base::syslog::fragment, nothing would attempt to resolve the template in the ensure => 'absent' case. Reproduce that behavior with a conditional.
-
Russ Allbery authored
Coding style cleanup for base::syslog::fragment, using the newer method for handling defines that should take both source and content.
-
- Apr 01, 2014
-
-
Bill MacAllister authored
Change the handling of the use_syslog_conf variable in the rsyslog.conf.erb template to allow the variable to be either a string or a boolean. This works around a problem with puppet's handling of booleans in some situations. (whm)
-
- Feb 24, 2014
-
-
Bill MacAllister authored
central syslog service, i.e. logsink.stanford.edu.
-
Bill MacAllister authored
This change is to allow the v7 rsyslog template to be corrected without changing the default rsyslog behavior.
-
- Feb 17, 2014
-
-
Bill MacAllister authored
* Forward messages to central syslog server * Change date format
-
- Feb 11, 2014
-
-
Bill MacAllister authored
Add an apt preferences file to use the rsyslog version from backports. Remove preferences installation from the syslog module.
-
- Feb 05, 2014
-
-
Bill MacAllister authored
Correct variable used to identified the syslog server to send output to in base::syslog::fragment.
-
- Jan 16, 2014
-
-
Bill MacAllister authored
The output templates can be ignored if they are not useful for a specific configuration. Most of them time they are useful and releaves custom configurations from the responsibility of installing the templates separately when they are needed.
-
Bill MacAllister authored
-
Bill MacAllister authored
-
Bill MacAllister authored
When using v7 add an apt preferences fragment that pulls rsyslog from backports. This also leaves a place for redhat folks to add special processing.
-
- Jan 15, 2014
-
-
Bill MacAllister authored
This should be overridden for testing syslog sink configurations.
-
Bill MacAllister authored
-
Bill MacAllister authored
-
Bill MacAllister authored
default format that pulls all template and output configuration from the rsyslog.d fragments directory. Current default behavior is not changed for now. Add v5 and v7 fragments for default templates and output. New fragments to support a more complete time format.
-
- Nov 24, 2013
-
-
Bill MacAllister authored
-
Bill MacAllister authored
-
- Nov 20, 2013
-
-
Bill MacAllister authored
-
Bill MacAllister authored
Modifying the syslog support to not install /etc/syslog.conf affects many manifest. Just ignore it for now.
-
Bill MacAllister authored
-
Bill MacAllister authored
The original method of overriding the use of /etc/syslog.conf failed because of a duplicate declaration of the file resource. This restructuring should solve that problem.
-
Bill MacAllister authored
-
Bill MacAllister authored
-
Bill MacAllister authored
-
Bill MacAllister authored
This change does not affect the current usage of the module. It does allow manifests to choose to retire /etc/syslog.conf in favor or fragments in /etc/rsyslog.d to control the syslog activity. One default fragment, 90-local.conf, that writes syslog messages locally. This change also include a fragment define that is used for the management of rsyslog fragments.
- Apr 30, 2013
-
-
Adam Lewenberg authored
This is the (old) master branch along with the fixes to the cron file permissions that Russ made.
-