Skip to content

Commit

Permalink
Added documentation for syslog_ng::rewrite and syslog_ng::parser
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbe committed Feb 23, 2015
1 parent e9e4fb6 commit a77fc5d
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,23 @@ This type defines a syslog-ng filter. You may use any filter syntax syslog-ng pr

```puppet
define syslog_ng::filter (
$spec = undef, # specification of the destination
$spec = undef, # specification of the filter
)
```

### Defined Type: syslog_ng::rewrite
This type defines a syslog-ng rewrite. You may use any filter syntax syslog-ng provides.
```puppet
define syslog_ng::rewrite (
$spec = undef, # specification of the rewrite
)
```

### Defined Type: syslog_ng::parser
This type defines a syslog-ng parser. You may use any filter syntax syslog-ng provides.
```puppet
define syslog_ng::parser (
$spec = undef, # specification of the parser
)
```

Expand Down Expand Up @@ -314,5 +330,5 @@ Futher releases may add some features depending on the developers motivation/req

## Development

If you have any bugfixes, enhancments that should be included in this module feel free to send me a pull request.
If you have any bugfixes, enhancements that should be included in this module feel free to send me a pull request.

0 comments on commit a77fc5d

Please sign in to comment.