[Puppet Users] Puppet MYSQL

2015-07-09 Thread Sergiu Cornea
Good morning Puppeters I have a question regarding Puppetlabs Mysql module. I am trying to create a DB, however, I am giving the root password but when I run Puppet it is complaining saying that Access denied for user 'root'@'localhost' (using password: NO). My question is that how do I chang

Re: [Puppet Users] Puppet MySQL Module

2013-03-05 Thread Arnau Bria
On Tue, 5 Mar 2013 10:48:16 +0200 Nikola Petrov wrote: > You can use the database_grant resource type. Here is an example: But how may I set its password? (it's working cause my user was correctly created and I set its passwd before). *Sorry, I did reply too early.. Cheers, Arnau -- You

Re: [Puppet Users] Puppet MySQL Module

2013-03-05 Thread Arnau Bria
On Tue, 5 Mar 2013 10:48:16 +0200 Nikola Petrov wrote: Hi Nikola, > You can use the database_grant resource type. Here is an example: > > database_grant { "${user}@${::hostname}/${db}": > privileges => ['select'], # anything you want > require=> Database_user["${user}@${::hostname}

Re: [Puppet Users] Puppet MySQL Module

2013-03-05 Thread Nikola Petrov
You can use the database_grant resource type. Here is an example: database_grant { "${user}@${::hostname}/${db}": privileges => ['select'], # anything you want require=> Database_user["${user}@${::hostname}"], } set the $user and $db variables to what you want ;) More information

[Puppet Users] Puppet MySQL Module

2013-03-05 Thread Arnau Bria
Hi all, I'm using the MySQL module https://forge.puppetlabs.com/puppetlabs/mysql and I can't find the way to give certain permission to a secondary user over an already created DB (which has it own user): mysql::db { 'galaxy': user => 'galaxy', passwor

Re: [Puppet Users] puppet + mysql = central users administration for yours servers

2012-04-25 Thread Martin Willemsma
To read in English use Google translate: http://translate.google.com/translate?sl=ru&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fhabrahabr.ru%2Fcompany%2Fbadoo%2Fblog%2F142708%2F Martin 2012/4/25 banuchka : > Hi all, > > article in Russian only, but it looks nice. > > http:/

[Puppet Users] puppet + mysql = central users administration for yours servers

2012-04-25 Thread banuchka
Hi all, article in Russian only, but it looks nice. http://habrahabr.ru/company/badoo/blog/142708/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this