How to set a random root_password just for the first time installation with puppetlabs/mysql?
I have a function that generates a random password for the MySQL root user, the problem is that every time I run puppet agent all settings are updated with a new root password.
How can I just set the random password with the first installation / deploy?