add require to the file /etc/cinder/cinder.conf
This commit is contained in:
parent
0ed3b6668b
commit
4c5a5b0588
@ -9,6 +9,8 @@ include:
|
||||
pkg.installed:
|
||||
- refresh: False
|
||||
- pkgs: {{ cinder.server_pkgs }}
|
||||
- require_in:
|
||||
- file: /etc/cinder/cinder.conf
|
||||
service.running:
|
||||
- names: {{ cinder.server_services }}
|
||||
- enable: True
|
||||
|
@ -7,6 +7,8 @@ cinder-volume:
|
||||
pkg.installed:
|
||||
- refresh: False
|
||||
- name: {{ cinder.cinder_volume }}
|
||||
- require_in:
|
||||
- file: /etc/cinder/cinder.conf
|
||||
service.running:
|
||||
- name: {{ cinder.cinder_volume_service }}
|
||||
- enable: True
|
||||
|
Loading…
x
Reference in New Issue
Block a user