Skip to content

Commit

Permalink
Update ca_exp_seconds.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyEwings authored May 4, 2020
1 parent 2c2e8c2 commit bd60fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/ca_exp_seconds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'time'

Facter.add(:ca_exp_seconds) do
ca_file = '/etc/puppetlabs/puppet/ssl/certs/ca.pem'
ca_file = '/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem'
confine do
File.exist? ca_file
end
Expand Down

0 comments on commit bd60fc8

Please sign in to comment.