Puppet Class: role::wmcs::terraform::registry
- Defined in:
- modules/role/manifests/wmcs/terraform/registry.pp
Summary
Server to host terraform.wmcloud.org/registryOverview
SPDX-License-Identifier: Apache-2.0
3 4 5 6 |
# File 'modules/role/manifests/wmcs/terraform/registry.pp', line 3
class role::wmcs::terraform::registry () {
include profile::labs::cindermount::srv
include profile::terraform::registry
}
|