puppet-rbenv
puppet-rbenv copied to clipboard
Create user if it doesn't exist on install
It would be nice if puppet-rbenv created the user you assign in rbenv::install if it doesn't exist yet?
There might be a good reason not to do this (i'm fairly new to puppet) so please do tell me if so!
For me, I've never felt the need since there is a user type on puppet that I use to make my puppet-rbenv resources depend on. Most of the time I have other resources depending on him or the user has already been created (as when I'm using Vagrant boxes)
Yeah, i found and used the user type and I'm using it with Vagrant too. I doubt i'll have the need to change anything on the rbenv user beyond any reasonable defaults though. I can imagine it being a good idea to be a bit strict about creating accounts and leave that to the end user though.
@alup any thoughts on this one?
It would be nice to have, but it is not a major issue. So @luuse if you are willing to take a shot on this you are welcome ;).
I'll have a look at it this weekend!