Fix typo.
This commit is contained in:
parent
72cd56fe4e
commit
f752944c46
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class soc::rsyslog::server(
|
||||||
|
|
||||||
service { 'rsyslog':
|
service { 'rsyslog':
|
||||||
ensure => 'running',
|
ensure => 'running',
|
||||||
enabled => true,
|
enable => true,
|
||||||
subscribe => File['/etc/rsyslog.d/60-remote.conf'],
|
subscribe => File['/etc/rsyslog.d/60-remote.conf'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue