Skip to content

santopuppy/chef-mysql-replication-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-mysql-replication-listener

Installs mysql-replication-listener

Supported Platforms

Tested on Ubuntu 12.04

Attributes

Key Type Description Default
['listener']['git_repository'] String git repository for mysql-replication-listener's source https://github.com/SponsorPay/mysql-replication-listener.git
['listener']['git_revision'] String git branch for mysql-replication-listener's source master

Usage

mysql-replication-listener::default

Include mysql-replication-listener in your node's run_list:

{
  "run_list": [
    "recipe[mysql-replication-listener]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: Lester Celestial ([email protected])

Copyright 2009-2014 SourcePad, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Chef cookbook for installing mysql replication listener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages