diff options
Diffstat (limited to 'templates/database/debian.cnf.erb')
-rw-r--r-- | templates/database/debian.cnf.erb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/database/debian.cnf.erb b/templates/database/debian.cnf.erb new file mode 100644 index 0000000..ddcc442 --- /dev/null +++ b/templates/database/debian.cnf.erb @@ -0,0 +1,13 @@ +# Managed by Puppet +# +[client] +host = localhost +user = debian-sys-maint +password = <%= @mysql_sys_maint_password %> +socket = /var/run/mysqld/mysqld.sock +[mysql_upgrade] +host = localhost +user = debian-sys-maint +password = <%= @mysql_sys_maint_password %> +socket = /var/run/mysqld/mysqld.sock +basedir = /usr |