diff --git a/.gitignore b/.gitignore index b5217490..95718117 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ Puppetfile.lock *.iml .*.sw? .yardoc/ +.ruby-version diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index ebf14b46..00000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.1.8 diff --git a/README.markdown b/README.markdown index 474172c6..9ac76d43 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,13 @@ ## Overview +[![Build Status](https://travis-ci.org/voxpupuli/puppet-proxysql.svg?branch=master)](https://travis-ci.org/voxpupuli/puppet-proxysql) +[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-proxysql/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-proxysql) +[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/proxysql.svg)](https://forge.puppet.com/puppet/proxysql) +[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/proxysql.svg)](https://forge.puppet.com/puppet/proxysql) +[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/proxysql.svg)](https://forge.puppet.com/puppet/proxysql) +[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/proxysql.svg)](https://forge.puppet.com/puppet/proxysql) + The proxysql module installs, configures and manages the [ProxySQL](https://github.com/sysown/proxysql) service. This module will install the ProxySQL and manage it's configuration. It also extends Puppet to be able to manage `mysql_users`, `mysql_servers`, `mysql_replication_hostgroups`, `mysql_query_rules`, `scheduler` and `global_variables`.