Hi! I've got a requirement that a few users need to have the same username, but different passwords on qa & prod server. The users are currently defined as @users which gets realized in an appropriate module, and I've been thinking about splitting out the users I need to have realized in different environments and putting them in @qausers & @produsers, hoping that I could say something like @users = @users + @{$env}users which would then contain my "main" group of user definitions, plus my environment-specific ones.
Does anyone know of a good way of doing this? Am I going about this the wrong way? Thanks a lot! Guy -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.