Skip to content

Commit

Permalink
base: rainerscript replacement for IncludeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Massonnet committed Aug 30, 2024
1 parent 989b28c commit 29449e0
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 29449e0

Please sign in to comment.