Open main menu

CDOT Wiki β

Changes

OPS635-lab-puppet

38 bytes added, 17:05, 24 May 2020
m
Investigation 1: Basic Puppet Installation: - Adding link to installation instructions
*Clone your Centos blank Vm to create three new Vms (puppet-master, puppet-client1, and puppet-client2).
** Set the hostnames of each, provide them with static addresses, and add them to your DNS service.
**Configure Use [[Ops635_installation_puppet|current installation instructions]] to configure your puppet-master as the puppet master, and configure puppet-client1 and puppet-client2 as puppet agents.
**Write a puppet manifest on puppet-master to make a simple change (e.g. installing bind-utils) on both clients. Ensure it works before continuing.
**Undo the simple change (e.g. remove the package), and ensure that puppet re-applies the change.
==Investigation 2: Using a Puppet Manifest==
*Create a puppet manifest that will configure both puppet agents as web-servers for your nagios machine to monitor.
*Your manifest should ensure that both machines meet the following conditions:
**The httpd package must be installed
932
edits