Merge "Fix constraint related to dnspython"

This commit is contained in:
Zuul
2024-01-12 17:42:43 +00:00
committed by Gerrit Code Review

View File

@@ -56,9 +56,7 @@ class swift::proxy::cname_lookup(
include swift::deps
include swift::params
if defined(Service['swift-proxy-server']) {
Package['python3-dnspython'] -> Service['swift-proxy-server']
}
Package['python3-dnspython'] ~> Service<| tag == 'swift-proxy-service' |>
swift_proxy_config {
'filter:cname_lookup/use': value => 'egg:swift#cname_lookup';