Forge Home

mylampstack

Install Lamp Stack using puppet.

5,443 downloads

5,380 latest version

2.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.1 (latest)
  • 0.1.0 (deleted)
released Oct 1st 2017

Start using this module

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

Add this module to your Puppetfile:

mod 'veersudhir83-mylampstack', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add veersudhir83-mylampstack
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install veersudhir83-mylampstack --version 0.1.1

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

veersudhir83/mylampstack — version 0.1.1 Oct 1st 2017

mylampstack

Table of Contents

  1. Description
  2. Setup - The basics of getting started with mylampstack
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.

Description

Installs LAMP stack - apache2, mysql and PHP

Setup

What mylampstack affects OPTIONAL

Anything that is required for installing LAMP stack. Apache2 runs on port 80 by default. All web content is placed on /var/www/html/ folder.

Setup Requirements OPTIONAL

Nothing special to note

Beginning with mylampstack

To install mylampstack module: puppet module install veersudhir83-mylampstack --version VERSION_NUMBER

Usage

In your manifest file, include the below declaration to go with defaults. class { 'mylampstack': }

Reference

Users need a complete list of your module's classes, types, defined types providers, facts, and functions, along with the parameters for each. You can provide this list either via Puppet Strings code comments or as a complete list in this Reference section.

  • If you are using Puppet Strings code comments, this Reference section should include Strings information so that your users know how to access your documentation.

  • If you are not using Puppet Strings, include a list of all of your classes, defined types, and so on, along with their parameters. Each element in this listing should include:

    • The data type, if applicable.
    • A description of what the element does.
    • Valid values, if the data type doesn't make it obvious.
    • Default value, if any.

Limitations

The idea is to develop this for my own purpose to learn puppet. So far testing on Debian, work in progress for Centos.

Release Notes/Contributors/Etc. Optional

https://forge.puppet.com/veersudhir83