Menu

Tree [48e3e3] master /
 History

HTTPS access


File Date Author Commit
 lamp 2019-10-17 Link Kat Link Kat [48e3e3] Initial commit
 README.md 2019-10-17 Link Kat Link Kat [48e3e3] Initial commit

Read Me

puppet_lamp_x

Puppet Module to install Lamp on CentOS and Ubuntu machines.

In Puppet we have chances to install modules like LAMP or services like mysql-server or ntpd, this puppet module does it.

Tested on:
Server - Ubuntu 16.04.1 LTS - 192.168.0.200/24 - PuppetMaster 3.8.5

On the Puppet Server machine:

puppet module install puppetlabs-stdlib

cd /etc/puppet/modules/

git clone https://github.com/garanet/puppet_lamp_x.git

echo node default { include lamp } >> manifests/site.pp

service puppetmaster restart

On the Clients:

Client Centos 3.10.0-327.el7.x86_64

/opt/puppetlabs/bin/puppet agent —test

Client Ubuntu 14.04.1:

puppet agent --test

Now via browser you should see the PHPINFO page from the client.

Remember, you can install more and more modules from puppet or git community (that’s the best part of opensource), like :

puppet module install puppetlabs-mysql

puppet module install saz/ntp

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.