dnsmasq attributes defined in wrong order
Allow this to be skipped if version is nil. Some repos provide their own version of dnsmasq package. Change-Id: Ibeb847613b4dabbe5e8570302feb7d0bfc8935b2 Closes-Bug: #1441310
This commit is contained in:

committed by
Ma Wen Cheng

parent
3d677e5190
commit
d98525a6c7
@@ -298,8 +298,8 @@ default['openstack']['network']['dhcp']['enable_metadata_network'] = 'False'
|
||||
|
||||
# the version of dnsmasq for centos 6.5 is two revs behind where the dhcp-agent needs
|
||||
# to run properly. This is a version that allows and starts the dhcp-agent correctly.
|
||||
default['openstack']['network']['dhcp']['dnsmasq_rpm_source'] = "http://pkgs.repoforge.org/dnsmasq/dnsmasq-#{node['openstack']['network']['dhcp']['dnsmasq_rpm_version']}.rpm"
|
||||
default['openstack']['network']['dhcp']['dnsmasq_rpm_version'] = '2.65-1.el6.rfx.x86_64'
|
||||
default['openstack']['network']['dhcp']['dnsmasq_rpm_source'] = "http://pkgs.repoforge.org/dnsmasq/dnsmasq-#{node['openstack']['network']['dhcp']['dnsmasq_rpm_version']}.rpm"
|
||||
|
||||
# The package architecture that will be built which should match the
|
||||
# archecture of the server this cookbook will run on which will be
|
||||
|
Reference in New Issue
Block a user