File: apiversion.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 (5 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
type Openstack_extras::ApiVersion = Variant[
  Integer[1],
  Float[1],
  Pattern[/^[1-9]\d*(\.\d+)?$/],
]