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

@@ -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 :