Puppet Data Type Alias: Python::Version

Defined in:
types/version.pp

Summary

Match all valid versions for python

Overview

Alias of

Pattern[/\A(python)?[0-9](\.?[0-9])*/, /\Apypy\Z/, /\Asystem\Z/, /\Arh-python[0-9]{2}(?:-python)?\Z/]


# File 'types/version.pp', line 3