Issue #1744 has been updated by luke. Category set to RAL Status changed from Unreviewed to Accepted Assigned to set to community Complexity changed from Unknown to Medium
---------------------------------------- Feature #1744: generalized metaparameter replaced http://projects.reductivelabs.com/issues/show/1744 Author: immerda Status: Accepted Priority: Normal Assigned to: community Category: RAL Target version: unplanned Complexity: Medium Affected version: 0.24.6 Keywords: As discussed in the "Default user password-Thread":http://groups.google.com/group/puppet-users/browse_thread/thread/36a04f7be9a52be0/f88008790fd0c2b2 it would be nice to have a metaparameter which generalize what actually should be replaced and what not: Proposed is so far: <pre> Metaparameter: noreplace </pre> *Usage:* For a file: <pre> noreplace => content, </pre> which won't replace any changed content, which is identical to the current <pre> replace => true, </pre> statement. Or for a user: <pre> noreplace => password, </pre> Which won't reset the password. additionally it would make sense to be able to add various parameters, so we can set them to not being replaced. Like: <pre> noreplace => [ password, comment ], </pre> for a user type. So neither the password nor the user comment will be reset. ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
