allow 'xenial' cobbler distro

Blueprint: mos-xenial

Change-Id: Id211ac76ec8f943eeba0932cd167c1746d8fbd1a
This commit is contained in:
dmburmistrov 2016-07-25 16:45:05 +03:00
parent c1cbf7d35f
commit 75386a8121
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Puppet::Type.newtype(:cobbler_distro) do
newparam(:osversion) do
desc "OS Version"
newvalues(/^(rhel6|rhel5|trusty|precise|natty|squeeze|stable|other)$/)
newvalues(/^(rhel6|rhel5|xenial|trusty|precise|natty|squeeze|stable|other)$/)
end
newparam(:name, :namevar => true) do