Add a type/provider to handle enman repos
This commit is contained in:
11
lib/puppet/type/enman_repo.rb
Normal file
11
lib/puppet/type/enman_repo.rb
Normal 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
|
||||
Reference in New Issue
Block a user