criteo-cookbooks / nexus3

Chef cookbook to install and configure Sonatype Nexus 3 Repository Manager
http://www.sonatype.com/download-oss-sonatype
MIT License
17 stars 17 forks source link

Fix user deletion to work without password #127

Closed Annih closed 3 years ago

Annih commented 3 years ago

The password property is required for the :create action but it is useless for the :delete one. The former code used to read its value to load the current resource, this procedure should be skip when possible.