Skip to content

Commit

Permalink
Merge pull request #16 from qs5779/fix_readme
Browse files Browse the repository at this point in the history
fixed a typo in the readme
  • Loading branch information
thbe committed Jan 22, 2018
2 parents 146a1e1 + 6ea18b4 commit de2b895
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -54,7 +54,7 @@ can use:

```puppet
class { '::rkhunter':
rootEmail => 'john.doe@example.local',
root_email => 'john.doe@example.local',
}
```

Expand Down Expand Up @@ -94,7 +94,15 @@ The following parameters are available in the rkhunter module

#### `root_email`

Set the root email adress that get notifications if events occur.
Set the root email address that get notifications if events occur.

#### `warning_email`

Set the email address that gets notifications if warnings occur.

#### `enable_warning_email`

Set to true to send emails on warnings (default: false).

#### `remote_syslog`
Set to true if remote syslog is used
Expand Down
8 changes: 7 additions & 1 deletion manifests/init.pp
Expand Up @@ -10,7 +10,13 @@
# icman = boolean, should icman network check be enabled or disabled
#
# [*root_email*]
# Set the root email adress that get notifications if events occur
# Set the root email address that get notifications if events occur
#
# [*warning_email*]
# Set the email address that gets notifications if warnings occur
#
# [*enable_warning_email*]
# Set to true to send emails on warnings (default: false)
#
# [*remote_syslog*]
# Set to true when remote syslog is enabled
Expand Down

0 comments on commit de2b895

Please sign in to comment.