php

contributions requested
Installs PHP on Windows

10,556 downloads

6,686 latest version

2.8 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.0.11 (latest)
  • 0.0.10
  • 0.0.9
  • 0.0.8
  • 0.0.7
  • 0.0.6
  • 0.0.5
  • 0.0.4
  • 0.0.3
  • 0.0.2
released Dec 4th 2015
This version is compatible with:
  • Windows

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'PierrickL-php', '0.0.11'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add PierrickL-php
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install PierrickL-php --version 0.0.11

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

PierrickL/php — version 0.0.11 Dec 4th 2015

PHP Puppet Module

Installs PHP with specific features. A more generic version will be published later on. This module is used for a specific internal project.

Build Status

Coverage Status

Table of Contents

  1. Overview
  2. Module Description - What the modules do and why it is useful
  3. Setup - The basics of getting started with php::install
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Enables PHP silently.

Module Description

Setup

What install affects

  • Enables PHP.

Setup Requirements

Windows 8.1, 2012 or 2012R2

Beginning

Usage

class { 'php':
    ensure  => installed,
}

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

Only compatible with Windows 8, 2012 or 2012R2 Tested with Windows 2012 R2

Development

Release Notes