You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of PUP-5659 relationship validation in the catalog now errors instead of
warning for missing required relationships. Previously the spec tests were
passing as Puppet 4.x would ignore the required resource e.g. the
sqlserver::login::permissions resource required a sql::config resource in the
catalog. However our test fixtures were not creating that but Puppet didn't
care. Now that Puppet des validate these relationships, the specs were failing.
This commit adds the required resources into the test fixtures.
0 commit comments