Fix typo in parameter name
This change fixes typo in parameter name from `dnspython_pakage_name` to `dnspython_package_name`. The tests were using correct parameter name but in manifests incorrect name was used. Change-Id: Ifdf86a6310fa8f8405579bd181e2070aa93d0b23
This commit is contained in:
@@ -6,7 +6,7 @@ class swift::params {
|
|||||||
include openstacklib::defaults
|
include openstacklib::defaults
|
||||||
|
|
||||||
$client_package = 'python3-swiftclient'
|
$client_package = 'python3-swiftclient'
|
||||||
$dnspython_pakage_name = 'python3-dnspython'
|
$dnspython_package_name = 'python3-dnspython'
|
||||||
$service_provider = undef
|
$service_provider = undef
|
||||||
$user = 'swift'
|
$user = 'swift'
|
||||||
$group = 'swift'
|
$group = 'swift'
|
||||||
|
@@ -74,7 +74,7 @@ class swift::proxy::cname_lookup(
|
|||||||
|
|
||||||
package { 'python-dnspython':
|
package { 'python-dnspython':
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
name => $::swift::params::dnspython_pakage_name,
|
name => $::swift::params::dnspython_package_name,
|
||||||
tag => ['openstack', 'swift-support-package'],
|
tag => ['openstack', 'swift-support-package'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user