Puppet Class: openstack::clientpackages::vms::victoria::stretch
- Defined in:
- modules/openstack/manifests/clientpackages/vms/victoria/stretch.pp
Overview
this is the class for use by VM instances in Cloud VPS. Don't use for HW servers
2 3 4 5 |
# File 'modules/openstack/manifests/clientpackages/vms/victoria/stretch.pp', line 2
class openstack::clientpackages::vms::victoria::stretch(
) {
requires_realm('labs')
}
|