Coder Social home page Coder Social 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

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

puppet-mysql-old's Issues

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.

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.

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.