Skip to content

Commit

Permalink
Merge pull request #248 from m8t/m8t/base_rainerscript
Browse files Browse the repository at this point in the history
base: rainerscript replacement for `$IncludeConfig`
  • Loading branch information
kenyon authored Aug 30, 2024
2 parents 989b28c + 29449e0 commit 40440a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

file { $rsyslog::config_file:
ensure => file,
content => "${message}\n\$IncludeConfig ${rsyslog::confdir}/*.conf\n",
content => "${message}\ninclude(file=\"${rsyslog::confdir}/*.conf\" mode=\"optional\")\n",
mode => $rsyslog::global_conf_perms,
}

Expand Down

0 comments on commit 40440a8

Please sign in to comment.