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
After updating the module to version 8.0.0, I get a duplicate declaration error for apache::vhost resources that use basic auth. However, my Puppet class does not declare Apache::Mod[auth_basic] by itself. The error looks like this:
Describe the Bug
After updating the module to version 8.0.0, I get a duplicate declaration error for
apache::vhost
resources that use basic auth. However, my Puppet class does not declareApache::Mod[auth_basic]
by itself. The error looks like this:Expected Behavior
Should run w/o error, as it did with version 7.0.0.
Steps to Reproduce
Steps to reproduce the behavior:
apache::vhost
is applied that configures basic authEnvironment
The text was updated successfully, but these errors were encountered: