Add a type/provider to handle enman repos

This commit is contained in:
2016-10-08 20:22:10 +01:00
parent 11c2b54be2
commit 7b5f189acf
2 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Puppet::Type.newtype(:enman_repo) do
@desc = "foo"
ensurable
newparam(:name) do
desc "Name of the Enman Repository"
isnamevar
end
end