Add autorequires for enman_repo on package[enman]
This commit is contained in:
@@ -8,4 +8,11 @@ Puppet::Type.newtype(:enman_repo) do
|
|||||||
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