Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/348061 )
Change subject: Make Thumbor connect to Swift via https ...................................................................... Make Thumbor connect to Swift via https This reverts commit 68c1d8d8f13dbce5bdb270b01c49a6062767ffa8. Change-Id: I775e10602aa76f9c8b4d87d603eb138315f1ba3e --- M modules/thumbor/manifests/swift.pp 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Filippo Giunchedi: Looks good to me, approved diff --git a/modules/thumbor/manifests/swift.pp b/modules/thumbor/manifests/swift.pp index eb2b16e..2dfc2c1 100644 --- a/modules/thumbor/manifests/swift.pp +++ b/modules/thumbor/manifests/swift.pp @@ -10,7 +10,7 @@ # $swift_account = 'thumbor', # $swift_user = 'thumbor', # $swift_sharded_containers = [], -# $swift_host = "http://ms-fe.svc.${::site}.wmnet", +# $swift_host = "https://ms-fe.svc.${::site}.wmnet", # # === Examples # @@ -23,7 +23,7 @@ $swift_account = 'mw', $swift_user = 'thumbor', $swift_sharded_containers = [], - $swift_host = "http://ms-fe.svc.${::site}.wmnet", + $swift_host = "https://ms-fe.svc.${::site}.wmnet", ) { file { '/etc/thumbor.d/80-thumbor-swift.conf': ensure => present, -- To view, visit https://gerrit.wikimedia.org/r/348061 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I775e10602aa76f9c8b4d87d603eb138315f1ba3e Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gilles <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
