Skip to content

Commit

Permalink
Merge pull request #40 from bzed/master
Browse files Browse the repository at this point in the history
Don't ignore port setting
  • Loading branch information
aboe76 authored May 27, 2019
2 parents c180a53 + 9279a97 commit ba3f852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
$lock_all = $chrony::lock_all,
$peers = $chrony::peers,
$servers = $chrony::servers,
$pools = $chrony::pools,) inherits chrony {
$pools = $chrony::pools,
$port = $chrony::port,
) inherits chrony {
file { $config:
ensure => file,
owner => 0,
Expand Down

0 comments on commit ba3f852

Please sign in to comment.