Github user sjcorbett commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/877#discussion_r38851273
  
    --- Diff: 
locations/jclouds/src/main/java/org/apache/brooklyn/policy/jclouds/os/CreateUserPolicy.java
 ---
    @@ -110,6 +110,7 @@ public void run() {
         
         protected void addUser(Entity entity, SshMachineLocation machine) {
             boolean grantSudo = getRequiredConfig(GRANT_SUDO);
    +        boolean resetPassword = 
machine.getConfig(SshMachineLocation.BYON_USER_RESET_PASSWORD);
    --- End diff --
    
    Is this addition still necessary given the similar change 
("resetLoginPassword ") in 42be5897 by @bostko?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to