fix regexp
This commit is contained in:
parent
851e5c2370
commit
b0a7e2c0ec
1 changed files with 9 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue