Installs several PHP modules.
- Ubuntu (= 14.04)
- php (~> 1.5.0)
- php-ioncube (~> 0.2.1)
| Attribute | Description | Default | Choices |
|---|---|---|---|
node['php-modules']['modules'] |
PHP modules to install and enable. |
{} |
- php-modules::default - Installs PHP modules.
The php-modules source is hosted on GitHub. To clone the project run
$ git clone https://github.com/ourtownrentals/chef-php-modules.gitRun rake -T to see all Rake tasks.
rake all # Run all tasks
rake doc # Build documentation
rake foodcritic # Lint Chef cookbooks
rake kitchen:all # Run all test instances
rake kitchen:default-ubuntu-1404 # Run default-ubuntu-1404 test instance
rake readme # Generate README.md from _README.md.erb
rake rubocop # Run RuboCop
rake rubocop:auto_correct # Auto-correct RuboCop offenses
rake spec # Run RSpec code examples
rake test # Run kitchen integration tests
rake yard # Generate YARD Documentation
Run thor -T to see all Thor tasks.
Guard tasks have been separated into the following groups:
doclintunitintegration
By default, Guard will generate documentation, lint, and run unit tests.
The integration group must be selected manually with guard -g integration.
Please submit and comment on bug reports and feature requests.
To submit a patch:
- Fork it (https://github.com/ourtownrentals/chef-php-modules/fork).
- Create your feature branch (
git checkout -b my-new-feature). - Make changes. Write and run tests.
- Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin my-new-feature). - Create a new Pull Request.
Copyright 2014-2015 OurTownRentals.com
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
https://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.
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.