Noop out xinetd::service
With puppet 5.5.6, the xinetd::service being included by rsync::server is force including the init.pp from xinetd. Since we don't actually want any xinetd configurations in the container bits, we also need to noop out xinetd::service along with the xinetd class. Change-Id: I3075a852290d873915a61aae5fbe96202efb400f Related-Blueprint: puppet5-support
This commit is contained in:
parent
4bf29f444f
commit
0e88d4b24f
@ -99,6 +99,7 @@ outputs:
|
||||
list_join:
|
||||
- "\n"
|
||||
- - "class xinetd() {}"
|
||||
- "define xinetd::service($bind='',$port='',$server='',$server_args='') {}"
|
||||
- {get_attr: [SwiftStorageBase, role_data, step_config]}
|
||||
config_image: {get_param: DockerSwiftConfigImage}
|
||||
kolla_config:
|
||||
|
Loading…
Reference in New Issue
Block a user