Skip to content

Commit

Permalink
update mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Apr 27, 2015
1 parent bf7f0d2 commit ad589b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/mysql.yml
Expand Up @@ -39,4 +39,4 @@
template: src={{ plugins_path }}/{{ name }}.conf.example dest={{ enabled_plugins }}/{{ name }}.conf
-
name: Add Amon user
mysql_user: login_user={{root_user}} login_password={{root_password}} name=amon password={{ password }} priv=*.*:"REPLICATION CLIENT, SELECT" state=present
mysql_user: login_user={{root_user}} login_password={{root_password}} name=amon password={{ password }} priv=*.*:"REPLICATION CLIENT,SELECT" state=present

0 comments on commit ad589b8

Please sign in to comment.