BBlack has submitted this change and it was merged.
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(-)
Approvals:
BBlack: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/certs.pp b/manifests/certs.pp
index 5464f30..827592c 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(
@@ -57,19 +53,6 @@
# private => file("puppet:///private/ssl/${name}.key"), # cf this
commit in certificate.pp
private => "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: merged
Gerrit-Change-Id: Id231d213af42cabbba932cb3aff4b0521e046dd9
Gerrit-PatchSet: 9
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits