We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b9206e + 713261d commit f386d77Copy full SHA for f386d77
hieradata/common.yaml
@@ -307,7 +307,7 @@ rsyslog::config::actions:
307
type: "omfile"
308
facility: "mail.*"
309
config:
310
- file: "-/var/log/maillog"
+ file: "/var/log/maillog"
311
cron:
312
313
facility: "cron.*"
spec/support/spec/rsyslog.rb
@@ -39,7 +39,7 @@
39
type: 'omfile',
40
facility: 'mail.*',
41
config: {
42
- 'file' => '-/var/log/maillog',
+ 'file' => '/var/log/maillog',
43
},
44
)
45
end
0 commit comments