puppet-mysql icon indicating copy to clipboard operation
puppet-mysql copied to clipboard

Mysql Puppet Module

Results 5 puppet-mysql issues
Sort by recently updated
recently updated
newest added

Error: Failed to apply catalog: Parameter source failed on File[mysql.dir]: Cannot use relative URLs '' at /etc/puppetlabs/code/environments/production/modules/mysql/manifests/init.pp:427 $source_dir = params_lookup( 'source_dir' ), if $mysql::source_dir { file { 'mysql.dir': ensure =>...

Nice module! but could do with a drop option in the template to allow me to recycle the database.

when vagrant load the first time I try to create a new user and import a mysql dump then I excecute this on default.pp If I change the path of...

Hi, I am trying to run the same puppet apply on the same instance and gets this issue second time round, could this resource not be more unique? ``` Error:...

If I declare to remove mysql grants something like ``` mysql::grant { 'testme_db1': ensure => absent, mysql_user => 'testme', mysql_db => 'db1', mysql_create_db => true, mysql_host => '127.0.%', mysql_privileges =>...