aboutsummaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/sriov_vf_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/sriov_vf_config.rb')
-rw-r--r--lib/puppet/type/sriov_vf_config.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/puppet/type/sriov_vf_config.rb b/lib/puppet/type/sriov_vf_config.rb
new file mode 100644
index 0000000..09a3671
--- /dev/null
+++ b/lib/puppet/type/sriov_vf_config.rb
@@ -0,0 +1,10 @@
+Puppet::Type.newtype(:sriov_vf_config) do
+
+ ensurable
+
+ newparam(:name) do
+ desc "sriov_numvfs conf as <physical_network>:<number_of_vfs> format"
+ newvalues(/^[a-z0-9\-_]+:[0-9]+$/)
+ end
+
+end