Change the ordering for the xinetd class override

Because we do not want to run the xinetd class, we override the
definition in our puppet config. Unfortunately with puppet5, the load
ordering appears to have been changed so the class definition needs to
be before the other invocations of it.

Change-Id: I7d8c340e8af4a4e10cb99ccd41cf47884206b2e1
Closes-Bug: #1803577
This commit is contained in:
Alex Schultz 2018-11-15 08:52:53 -07:00
parent 480a2320fd
commit 6ae59906d1
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ outputs:
step_config:
list_join:
- "\n"
- - {get_attr: [SwiftStorageBase, role_data, step_config]}
- "class xinetd() {}"
- - "class xinetd() {}"
- {get_attr: [SwiftStorageBase, role_data, step_config]}
config_image: {get_param: DockerSwiftConfigImage}
kolla_config:
/var/lib/kolla/config_files/swift_account_auditor.json: