Merge "Make sure services are up before creating an application"

This commit is contained in:
Zuul 2023-01-31 15:44:59 +00:00 committed by Gerrit Code Review
commit 2349a0abeb
1 changed files with 3 additions and 0 deletions

View File

@ -85,4 +85,7 @@ Puppet::Type.newtype(:murano_application) do
raise ArgumentError, 'Name and package path must be set' unless self[:name] and self[:package_path]
end
autorequire(:anchor) do
['murano::service::end']
end
end