Fix typo.

This commit is contained in:
Johan Björklund 2025-02-21 12:50:19 +01:00
parent 72cd56fe4e
commit f752944c46
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -49,7 +49,7 @@ class soc::rsyslog::server(
service { 'rsyslog':
ensure => 'running',
enabled => true,
enable => true,
subscribe => File['/etc/rsyslog.d/60-remote.conf'],
}