Add autorequires for enman_repo on package[enman]
This commit is contained in:
@@ -7,5 +7,12 @@ Puppet::Type.newtype(:enman_repo) do
|
|||||||
desc "Name of the Enman Repository"
|
desc "Name of the Enman Repository"
|
||||||
isnamevar
|
isnamevar
|
||||||
end
|
end
|
||||||
|
|
||||||
|
autorequire(:package) do
|
||||||
|
['enman']
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# vim: set ts=2 shiftwidth=2 expandtab :
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user