Puppet Class: orchestrator::client
- Defined in:
- modules/orchestrator/manifests/client.pp
Overview
SPDX-License-Identifier: Apache-2.0
2 3 4 |
# File 'modules/orchestrator/manifests/client.pp', line 2
class orchestrator::client {
ensure_packages('orchestrator')
}
|