php7
Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >=3.4.0
- Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'victorsmirnov-php7', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
php7
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with php7
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
Overview
The Puppet php7 module install and configures PHP7 beta or nightly build from Zend Repository on Ubuntu.
Module Description
Module installs PHP7 and configures alternatives with low priority for PHP7.
Setup
What php7 affects
- Adds Zends PHP7 early access repo and updates packages
Beginning with php7
To install php7 on a node, include the php7
class:
include 'php7'
By default this installs php7-beta1 package. If php5 is installed already the php binaries are not updated.
Usage
Put the classes, types, and resources for customizing, configuring, and doing the fancy stuff with your module here.
Reference
Here, list the classes, types, providers, facts, etc contained in your module. This section should include all of the under-the-hood workings of your module so people know what the module is touching on their system but don't need to mess with things. (We are working on automating this section!)
Limitations
Support
I tested the module on:
- Ubuntu 15.04 x86_64
Development
Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.
Dependencies
- puppetlabs/stdlib (>= 4.8.0)
- puppetlabs/apt (>= 2.1.1)
- adrien/alternatives (>= 0.3.0)
The MIT License (MIT) Copyright (c) 2015 Victor Smirnov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.