Puppet::Type.newtype(:sriov_vf_config) do ensurable newparam(:name) do desc "sriov_numvfs conf as : format" newvalues(/^[a-z0-9\-_]+:[0-9]+$/) end end