-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Template:customfield_10700 56914
-
Story Points:1
The acl module returns a list of autorequires that includes the type, e.g. User[Administrator]. This results in a call to Puppet::Resource(:user, 'User[Administrator']), which due to PUP-3177 is no longer allowed.
It is actually not necessary to specify the type in the list of autorequired resources, because that is controlled by the `autorequire(:user)` call.