Git Product home page Git Product logo

puppet-mysql-old's Introduction

Primitive native types to manage MySQL databases, users and grants.

Debian systems need to put this in their site.pp:

    # mysql defaults
    Mysql_database { defaults => "/etc/mysql/debian.cnf" }
    Mysql_user { defaults => "/etc/mysql/debian.cnf" }
    Mysql_grant { defaults => "/etc/mysql/debian.cnf" }

puppet-mysql-old's People

Contributors

davids avatar smerrill avatar

Stargazers

Maxence Dunnewind avatar Thin avatar Omar avatar Simon Piette avatar Zsolt Takacs avatar Stone Penn avatar Rytis Sileika avatar Stefan Goethals avatar Duncan Palmer avatar Christopher Bradford avatar  avatar Ken Barber avatar Sam Minnée avatar RT avatar  avatar kevin avatar Michael Stahnke avatar

Watchers

James Cloos avatar

puppet-mysql-old's Issues

Not particularly generic

Just checked out the module today by chance and had a few issues.

You reference a hard coded mysql config file location in your code. This won't work for many many locations. I'm not running debian for instance. I think for the sanity of most folks they will not want a hard coded config file (defaults-file), but would prefer everything to default to the installation default (/etc/my.cnf on CentOS and many others). In my utilization, I remove the hard coded instances in order to move on.

Bad path in run_tests

Just checked out the module today by chance and had a few issues.

run_tests references '../plugins' when it should reference '../lib'. A quick change there and things run much better.

Cannot load mysql provider

I'm getting this error from puppet:

err: Could not prefetch mysql_user provider 'mysql': Provider mysql has not defined the 'instances' class method

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.