Faidon Liambotis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/197339
Change subject: certs: remove legacy ensure => absent Files
......................................................................
certs: remove legacy ensure => absent Files
Sufficient time has passed for puppet to have cleaned up the previous
path names. The migration to new paths is over, so we can remove those
ensure => absent Files now.
Change-Id: Id231d213af42cabbba932cb3aff4b0521e046dd9
---
M manifests/certs.pp
1 file changed, 0 insertions(+), 17 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/39/197339/1
diff --git a/manifests/certs.pp b/manifests/certs.pp
index 594a04f..53ed213 100644
--- a/manifests/certs.pp
+++ b/manifests/certs.pp
@@ -27,10 +27,6 @@
group => $group,
require => Exec["${name}_create_chained_cert"],
}
-
- file { "/etc/ssl/certs/${certname}.chained.pem":
- ensure => absent,
- }
}
define install_certificate(
@@ -56,19 +52,6 @@
Sslcert::Certificate[$name] {
private => file("puppet:///private/ssl/${name}.key"),
}
- }
-
- file { "/etc/ssl/certs/${name}.pem":
- ensure => absent,
- }
-
- # create_combined_cert/create_pkcs12 created those
- file { [
- "/etc/ssl/private/${name}.crt",
- "/etc/ssl/private/${name}.pem",
- "/etc/ssl/private/${name}.p12",
- ]:
- ensure => absent,
}
if ( $ca ) {
--
To view, visit https://gerrit.wikimedia.org/r/197339
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id231d213af42cabbba932cb3aff4b0521e046dd9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits