Skip to content

Commit

Permalink
Remove mysqltuner, fetch with staging instead
Browse files Browse the repository at this point in the history
mysqltuner is licensed under GPL so we don't want to package it with the
module.
  • Loading branch information
Morgan Haskel committed Dec 16, 2014
1 parent 468986d commit 3c872ab
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 1,031 deletions.
1 change: 1 addition & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
fixtures:
repositories:
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib"
"staging": "https://github.com/nanliu/puppet-staging"
symlinks:
"mysql": "#{source_dir}"
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,24 @@ The password to create for MySQL monitoring.

The hostname to allow to access the MySQL monitoring user.

####mysql::server::mysqltuner

***Note***

If using this class on a non-network-connected system you must download the mysqltuner.pl script and have it hosted somewhere accessible via `http(s)://`, `puppet://`, `ftp://`, or a fully qualified file path.

#####`ensure`

Whether the file should be `present` or `absent`. Defaults to `present`.

#####`version`

The version to install from the major/MySQLTuner-perl github repository. Must be a valid tag. Defaults to 'v1.3.0'.

#####`source`

Parameter to optionally specify the source. If not specified, defaults to `https://github.com/major/MySQLTuner-perl/raw/${version}/mysqltuner.pl`

####mysql::bindings

#####`install_options`
Expand Down
Loading

0 comments on commit 3c872ab

Please sign in to comment.