Skip to content

Commit

Permalink
populate time sources using chrony_conf
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed Jul 8, 2024
1 parent c4b7150 commit 6e65ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-230484.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
!virtualization.system.eql?('docker')
}
# No need to provide filepath
time_sources = ntp_conf.server
time_sources = chrony_conf.server

# Cover case when a single server is defined and resource returns a string and not an array
time_sources = [time_sources] if time_sources.is_a? String
Expand Down

0 comments on commit 6e65ede

Please sign in to comment.