Fix constraint related to dnspython
The title of the package resource to manage dnspython is not python3-* but python-*. Also the proxy-server service should be restarted when the package is updated so that the updated version is loaded. Change-Id: I3372c38dcbc7312395ddf643862da91b00262ad7
This commit is contained in:
@@ -56,9 +56,7 @@ class swift::proxy::cname_lookup(
|
|||||||
include swift::deps
|
include swift::deps
|
||||||
include swift::params
|
include swift::params
|
||||||
|
|
||||||
if defined(Service['swift-proxy-server']) {
|
Package['python3-dnspython'] ~> Service<| tag == 'swift-proxy-service' |>
|
||||||
Package['python3-dnspython'] -> Service['swift-proxy-server']
|
|
||||||
}
|
|
||||||
|
|
||||||
swift_proxy_config {
|
swift_proxy_config {
|
||||||
'filter:cname_lookup/use': value => 'egg:swift#cname_lookup';
|
'filter:cname_lookup/use': value => 'egg:swift#cname_lookup';
|
||||||
|
Reference in New Issue
Block a user