File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010 Optional[String] $email_smtp_password = $foreman::email_smtp_password,
1111 Optional[String] $email_reply_address = $foreman::email_reply_address,
1212 Optional[String] $email_subject_prefix = $foreman::email_subject_prefix,
13+ Optional[Integer] $outofsync_interval = $foreman::outofsync_interval,
1314) {
1415 unless empty($email_delivery_method ) {
1516 foreman_config_entry { 'delivery_method' :
5253 value => $email_subject_prefix ,
5354 }
5455 }
56+ unless empty($outofsync_interval ) {
57+ foreman_config_entry { 'outofsync_interval' :
58+ value => $outofsync_interval ,
59+ }
60+ }
5561}
Original file line number Diff line number Diff line change 5959 - '<%= proxy %> '
6060 <% end -%>
6161
62- # Configure out of sync interval
63- :outofsync_interval: <%= scope.lookupvar("foreman::outofsync_interval") %>
64-
6562<% end -%>
6663# Individual logging types can be toggled on/off here
6764:loggers:
You can’t perform that action at this time.
0 commit comments