Skip to content

Commit

Permalink
Purge stale certificates
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
binford2k committed Jan 15, 2019
1 parent de05512 commit 8880733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/certificates.pp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
file { "${::settings::ssldir}/certs":
ensure => directory,
recurse => true,
purge => true,
ignore => 'pe-internal-*',
source => "puppet://${::settings::ca_server}/public_certificates/", # lint:ignore:puppet_url_without_modules
}
Expand Down

0 comments on commit 8880733

Please sign in to comment.