Skip to content

Commit

Permalink
Merge pull request #624 from mhaskel/FM-2112
Browse files Browse the repository at this point in the history
Remove mysqltuner, fetch with staging instead
  • Loading branch information
cyberious committed Dec 16, 2014
2 parents 468986d + 3c872ab commit 407e869
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
@@ -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
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

0 comments on commit 407e869

Please sign in to comment.