File: endpointtype.pp

package info (click to toggle)
puppet-module-openstack-extras 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 524 kB
  • sloc: ruby: 951; sh: 62; python: 31; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
8
type Openstack_extras::EndpointType = Enum[
  'public',
  'internal',
  'admin',
  'publicURL',
  'internalURL',
  'adminURL',
]