fix regexp

This commit is contained in:
Miroslav Suchý 2015-02-02 12:07:25 +00:00
parent 851e5c2370
commit b0a7e2c0ec

View file

@ -151,27 +151,27 @@
backup=yes
- lineinfile:
dest=/usr/share/openstack-puppet/modules/neutron/manifests/init.pp
regexp="rabbit_use_ssl = false"
regexp="rabbit_use_ssl = "
line=" $rabbit_use_ssl = true,"
backup=yes
- lineinfile:
dest=/usr/share/openstack-puppet/modules/nova/manifests/init.pp
regexp="rabbit_use_ssl = false"
regexp="rabbit_use_ssl = "
line=" $rabbit_use_ssl = true,"
backup=yes
#- lineinfile:
# dest=/usr/share/openstack-puppet/modules/cinder/manifests/init.pp
# regexp="rabbit_use_ssl = false"
# line=" $rabbit_use_ssl = true,"
# backup=yes
- lineinfile:
dest=/usr/share/openstack-puppet/modules/cinder/manifests/init.pp
regexp="rabbit_use_ssl = "
line=" $rabbit_use_ssl = true,"
backup=yes
- lineinfile:
dest=/usr/share/openstack-puppet/modules/glance/manifests/notify/rabbitmq.pp
regexp="rabbit_use_ssl = false"
regexp="rabbit_use_ssl = "
line=" $rabbit_use_ssl = true,"
backup=yes
- lineinfile:
dest=/usr/share/openstack-puppet/modules/ceilometer/manifests/init.pp
regexp="rabbit_use_ssl = false"
regexp="rabbit_use_ssl = "
line=" $rabbit_use_ssl = true,"
backup=yes
- lineinfile: