Skip to content

Commit

Permalink
Fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Resseler committed Jan 17, 2025
1 parent 6ced74a commit c92e5d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/settings.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
unless empty($outofsync_interval) {
foreman_config_entry { 'outofsync_interval':
value => $value
value => $outofsync_interval,
}
}
}

0 comments on commit c92e5d3

Please sign in to comment.