summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-17Move default file to template to take advantage of rsyslog_version fact and ↵HEADmasterMicah Anderson
different flags available pre version 7 - Fixes #61
2014-09-10new release v3.4.0Steffen Zieger
2014-09-10Merge pull request #104 from jae2/masterSteffen Zieger
Refactor common params.
2014-09-10set umask only on systems where it is requiredSteffen Zieger
2014-09-10Merge pull request #93 from mkrakowitzer/umaskSteffen Zieger
Fix Issue #92 setting the perm_file => '0640', and perm_dir => '0750', params do not take effect.
2014-09-10Refactor common params.James Edwards
Just a bit of tidy up. These parameters either have common values or are missing from Suse and can be set to 'false' without having any adverse effect. Theres probably a whole lot more refactoring that can be done here - but this is a start.
2014-09-05fix some lint warnings, fixes #100Steffen Zieger
2014-08-15fix bug in READMESteffen Zieger
2014-08-15new release v3.3.0Steffen Zieger
2014-08-15module is compatible with puppet enterprise v3.3, fixes #94Steffen Zieger
2014-08-15Merge pull request #99 from jae2/jed2Steffen Zieger
Allow option to avoid loading imfile module twice.
2014-08-15Fixing merge typos.James Edwards
2014-08-14Allow option to avoid loading imfile module twice.James Edwards
This throws a warning with version 8 of rsyslog. The best way to use imfile is to define the module list in extra_modules. However, if you still try to create an imfile without adding that it will still work the old way (adding modload imfile to the begining of the imfile).
2014-08-14add max_message_size parameterSteffen Zieger
2014-08-14Merge pull request #98 from ckaenzig/spool-dir-seltypeSteffen Zieger
set spool_dir seltype to syslogd_var_lib_t
2014-08-14Merge pull request #97 from t-8ch/suseSteffen Zieger
fix suse support
2014-08-13set spool_dir seltype to syslogd_var_lib_tChristian Kaenzig
This type is necessary for rsyslogd to be able to write in spool_dir when selinux is enabled and enforcing. For some reason, this directory does not have the correct seltype in RHEL <= 7 and using disk queues or .state files does not work.
2014-08-05fix suse supportThomas Weißschuh
2014-07-23Fix Issue #92Krakowitzer, Merritt
setting the perm_file => '0640', and perm_dir => '0750', params do not take effect. As they are overridden by the umask of the the rsyslog process. This is typically set by RHEL rsyslog init script. This can be resolved by setting the $Umask paramater to 0000. It is well documented here: http://www.rsyslog.com/doc/rsconf1_filecreatemode.html
2014-07-15Merge pull request #89 from yasn77/document_package_name_usageSteffen Zieger
Issue #84: Document *_package_name usage
2014-07-15Merge pull request #90 from treydock/masterSteffen Zieger
Fix error in template if rsyslog_version fact is not present
2014-07-14* Fix error in template if rsyslog_version fact is not presentTrey Dockendorf
2014-07-13Merge pull request #87 from yasn77/masterSteffen Zieger
Add parameter 'v8plus' for rsyslog version 8+
2014-07-12Issue #84: Document *_package_name usageYasser Nabi
Document that setting false for package_name prevents the modules from managing the package.
2014-07-11Update spec tests to support rsyslog_version factYasser Nabi
With commit 9fcacf58, the module uses the rsyslog_version fact in templates. This commit updates the spec files to run cleanly with this fact.
2014-07-11Revert "Add parameter 'v8plus' for rsyslog version 8+"Yasser Nabi
This reverts commit 18a16ca041469d99bc0c5d27c46db62a06903ed8.
2014-07-10Merge branch 'master' of github.com:yasn77/puppet-rsyslogYasser Nabi
Conflicts: templates/client.conf.erb templates/rsyslog.conf.erb
2014-07-10Use fact for rsyslog version instead of paramYasser Nabi
With the introduction of the rsyslog_version fact, it seems more consistent to use that to determine what version of the config to use. The fact has also been updated to support FreeBSD (although not well tested)
2014-07-10Add parameter 'v8plus' for rsyslog version 8+Yasser Nabi
There has been some significant config changes in versions 8+ of Rsyslog, one of which is causing deprecated warnings with the Puppet module. This commit adds are class boolean parameter 'v8plus' to signify if the version of Rsyslog is version 8 or greater. Also, the deprecation warning is fixed (correct syntax is used).
2014-07-10add fact for rsyslog version from pr #50, refs #87Steffen Zieger
2014-07-10add parameter for setting the remote forward format, fixes #46Steffen Zieger
2014-07-10ignore .DS_Store filesSteffen Zieger
2014-07-07Add parameter 'v8plus' for rsyslog version 8+Yasser Nabi
There has been some significant config changes in versions 8+ of Rsyslog, one of which is causing deprecated warnings with the Puppet module. This commit adds are class boolean parameter 'v8plus' to signify if the version of Rsyslog is version 8 or greater. Also, the deprecation warning is fixed (correct syntax is used).
2014-07-01new release v3.2.0Steffen Zieger
2014-07-01Merge pull request #86 from cfeskens/add-rhel7-supportSteffen Zieger
add support for RHEL 7 #85
2014-06-27add support for RHEL 7Casey Feskens
2014-06-22remove trailing commasSteffen Zieger
2014-06-22Merge pull request #83 from mcanevet/feature/enable_strict_variablesSteffen Zieger
Auto enable strict_variables for unit tests when puppet > 3.5
2014-06-19Auto enable strict_variables for unit tests when puppet > 3.5Mickaël Canévet
2014-06-11change custom_config handling in rsyslog::client, refs #78 and #74Steffen Zieger
2014-06-11change custom_config handling in rsyslog::server, refs #78 and #74Steffen Zieger
2014-06-11fix modules variable scope in rsyslog.conf template, refs #78 and #74Steffen Zieger
2014-06-11Merge pull request #80 from TelekomCloud/feature/add_slesSteffen Zieger
add params for SLES
2014-06-11Merge pull request #81 from solarnz/im-persist-stateSteffen Zieger
imfile: Add the persist_state_interval option
2014-05-27add params for SLESFrank Kloeker
2014-05-21imfile: Add the persist_state_interval optionChris Trotman
2014-05-07new release v3.1.0Steffen Zieger
2014-05-07add hasstatus and hasrestart to serviceSteffen Zieger
2014-05-07Merge pull request #77 from mcanevet/strict_variablesSteffen Zieger
Strict variables
2014-04-30Add missing defaultsMickaël Canévet