Add autorequires for enman_repo on package[enman]

This commit is contained in:
2016-10-09 13:47:43 +01:00
parent 7b5f189acf
commit e2a40f8012

View File

@@ -7,5 +7,12 @@ Puppet::Type.newtype(:enman_repo) do
desc "Name of the Enman Repository"
isnamevar
end
autorequire(:package) do
['enman']
end
end
# vim: set ts=2 shiftwidth=2 expandtab :