Skip to content

hugo-cisneiros-movile/yum-remi-cookbook

 
 

Repository files navigation

Build Status

Yum Remi Cookbook

This cookbook install Remi repo Enterprise Linux.

####Remi Repo

"Providing the latest versions of the PHP stack, and some other software, to the Fedora and Enterprise Linux (RHEL, CentOS, Oracle, Scientific Linux, ...) users. It mainly contains :

packages I also maintains in Fedora
backports of packages available in Fedora development version
some packages incompatible with Fedora policy
some packages in progress before being submitted to Fedora repository
(nearly) vanilla versions

"

Requirements

Cookbooks:

The following platforms and versions are tested and supported using Opscode's test-kitchen.

  • CentOS 5.8, 6.3

The following platform families are supported in the code, and are assumed to work based on the successful testing on CentOS.

  • Red Hat (rhel)
  • Fedora
  • Amazon Linux

yum-remi:default

Basic Config
Key Type Description Default
node['yum'][repo]['enabled'] Boolean Enable/Disable Repo true
node['yum'][repo]['gpgcheck'] Boolean check GPG Cert true
node['yum'][repo]['managed'] Boolean Enable/Disable managed true

repo = w%(remi remi-test remi-php55 remi-php56)

Usage

yum-remi::default

Just include yum-remi in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[yum-remi]"
  ]
}

Example enable test repo

"default_attributes": {
  "yum": {
    "remi-test": {
      "gpgcheck": true,
      "managed": true,
      "enabled": true
    }
  }
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

More details

License and Authors

Authors: Lucas Mariani (Psyreactor)

About

Chef Cookbook Remi Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%