Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-09 | document intend of refreshonyl for setting root pw | mh | |
2012-12-09 | fix dependency issues | mh | |
2012-12-09 | woraround a puppet provider bug | mh | |
2012-06-14 | take hiera out of the params | mh | |
2012-06-08 | refactor things for >2.7 | mh | |
2012-02-10 | migrate everything to hiera/trocla and use the new scoping style | mh | |
2011-02-25 | Remove other default accounts due to security reasons | mh | |
2010-12-18 | Avoid root password leak to process list | Gabriel Filion | |
The current procedure of setting the root MySQL password leaks the root password by giving it to the setmysqlpass.sh script on the command line. This means that during the couple of seconds that the script is executing, the password is visible in the process list! Since we're already writing the password in the /root/.my.cnf file, make the setmysqlpass.sh script parse this file to retrieve the password instead of receiving it from a command line argument. Also, in some shells the 'echo' command might appear in the process list. Use a heredoc notation to create the output without using a command. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-09-22 | fixing merge error which removed a / -- round 2 | Micah Anderson | |
2010-09-22 | fixing merge error which removed a / | Micah Anderson | |
2010-09-22 | fix pathing, its /usr not /user | Micah Anderson | |
2010-09-22 | Merge remote branch 'remotes/immerda/master' | Micah Anderson | |
Conflicts: manifests/server/base.pp | |||
2010-09-22 | allow for different my.cnf files according to the OS release | Micah Anderson | |
2010-09-22 | require package mysql-server for service mysql instead of mysql-client | Micah Anderson | |
2010-08-11 | remove unnecessary fileserver variable (#2460) round II | mh | |
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-04-02 | move scripts to /usr/local/sbin, old scripts are getting removed by wiping ↵ | mh | |
the modules dir | |||
2009-12-10 | make backup and optimize cron jobs optional; introduce $mysql_backup_cron, ↵ | Jerome Charaoui | |
$mysql_backup_dir and$mysql_optimize_cron; use a module_dir for scripts | |||
2009-12-10 | change mysql client alias and quote resource names | Jerome Charaoui | |
2009-12-10 | run mysql_set_rootpw if $mysql_rootpw changes | Jerome Charaoui | |
2009-12-10 | add Debian support | Jerome Charaoui | |
2009-11-14 | update to 0.25.x style | mh | |
2009-11-02 | recursivly updating file path to new 0.25 style | mh | |
2009-10-03 | refactor classes | mh | |