summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-05doh!, typo fix #2Ralf Heiringhoff
2012-09-04corrected typoRalf Heiringhoff
2012-08-28added Red Hat, CentOS, Fedora support; File/Dir permissions now in params.ppRalf Heiringhoff
2012-07-02new version 1.1.4Steffen Zieger
2012-07-02style-guide fixesSteffen Zieger
2012-07-02Merge pull request #6 from antonlindstrom/masterSteffen Zieger
Add server port in rsyslog::client
2012-07-01add port option to rsyslog::clientAnton Lindström
This commit adds port option for the rsyslog::client class for servers not running on 514.
2012-05-11Merge branch 'master' of github.com:saz/puppet-rsyslogSteffen Zieger
2012-05-11set log template for remote logging explicitlySteffen Zieger
2012-04-15Merge pull request #5 from Whopper92/add_FreeBSD_supportSteffen Zieger
Adding support for FreeBSD
2012-03-23Adding support for FreeBSDWill Hopper
2012-03-13Merge pull request #4 from Whopper92/update_formattingSteffen Zieger
Updating formatting to meet Puppet Labs best practices
2012-03-13Updating formatting to meet Puppet Labs best practicesWilliam Hopper
Signed-off-by: William Hopper <whopper@cat.pdx.edu>
2012-03-12fix file content lineSteffen Zieger
2012-03-12function name is template, not contentSteffen Zieger
2012-03-12style-guide changes, fail on unsupported platformSteffen Zieger
2012-03-12add definition for imfile configurationSteffen Zieger
2012-02-23remove metadata.jsonSteffen Zieger
2012-01-26Merge pull request #3 from rcoleman/issues/describe_parameters_fullySteffen Zieger
Update README with two new sections and style update
2012-01-25Add requirements to README + other cleanupRyan Coleman
Prior to this commit, the README did not outline requirements for the running Puppet version or the operating systems expected to work with this module. This commit adds those features to the README and cleans up the formatting from my last commit.
2012-01-25Add parameters table to READMERyan Coleman
Prior to this commit, parameters were explained in the context of example declarations. This commit adds a table explaining the parameters, the valid values and default values. This is meant to mirror how it's done in the bacula module http://forge.puppetlabs.com/puppetlabs/bacula
2011-12-05README updates I've missed in the last versionsSaz
2011-12-04remove loading of omtcp/omudp as those modules do not existSaz
2011-12-04New version 1.1.2Saz
2011-12-04Use different ruleset for remote logging via TCP and UDP (RELP requires ↵Saz
version 6.3.6+ of rsyslog)
2011-12-04Use TCP instead of RELP, as InputRELPServerBindRuleset requires version ↵Saz
6.3.6+, disable remote logging completely, switch between TCP and UDP logging
2011-12-04new version 1.1.1Saz
2011-12-04TCP configuration wrong, must be "$InputTCPServerRun"Saz
2011-12-03README updatedSaz
2011-12-03use ForwardFormat for remote logging, switch back to TraditionalFileFormat ↵Saz
on local logging
2011-12-03use high-precision timestamps on log server if enabledSaz
2011-12-03use $rsyslog_high_precision_timestamps as default value to allow user to set ↵Saz
variable to true and false
2011-12-03increment version number.Saz
2011-12-03udp/tcp can be switched on or off, no newline after variablesSaz
2011-12-03internal variables, fully-qualified variable lookup for operatingsystem, ↵Saz
high_precision_timestamp default settings
2011-12-03make high precision timestamps configurable, use variable lookup where ↵Saz
possible, prepare for option to drop privileges to different user
2011-12-03add configuration for local logging, use variable lookup where possibleSaz
2011-12-03use template for rsyslog.conf instead of file sourceSaz
2011-12-03change ensure from file to present, add custom_config parameter, switch ↵Saz
rsyslog::server to parameterized class
2011-12-03require class rsyslog::config, change ensure from file to presentSaz
2011-12-02add option for logging on a client all or auth log only, alternate config ↵Saz
template
2011-11-20README updatesSaz
2011-11-20changes for release on forge.puppetlabs.comSaz
2011-08-31switched to high-precision log formatSaz
2011-07-25Added README.md and server.ppSaz
2011-07-25Fixed typo in package_nameSaz
2011-07-25initial importSaz