Skip to content

Commit 40440a8

Browse files
authored
Merge pull request #248 from m8t/m8t/base_rainerscript
base: rainerscript replacement for `$IncludeConfig`
2 parents 989b28c + 29449e0 commit 40440a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/base.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
file { $rsyslog::config_file:
6060
ensure => file,
61-
content => "${message}\n\$IncludeConfig ${rsyslog::confdir}/*.conf\n",
61+
content => "${message}\ninclude(file=\"${rsyslog::confdir}/*.conf\" mode=\"optional\")\n",
6262
mode => $rsyslog::global_conf_perms,
6363
}
6464

0 commit comments

Comments
 (0)