Fixed rsyslog restart for Fedora 18. Service cannot be stopped with systemctl or service command anymore.
This commit is contained in:
parent
b5a9073efb
commit
0019d10f1f
1 changed files with 8 additions and 4 deletions
|
@ -184,6 +184,10 @@ class syslog::client::rsyslog {
|
||||||
},
|
},
|
||||||
default => undef,
|
default => undef,
|
||||||
},
|
},
|
||||||
|
hasrestart => $::operatingsystem ? {
|
||||||
|
"fedora" => true,
|
||||||
|
default => false,
|
||||||
|
},
|
||||||
require => File["/var/log/all.log"],
|
require => File["/var/log/all.log"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue