Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 809 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 809 Bytes

Configuration Management with Puppet

Getting Started

  1. Install Puppet Master and Agent: Follow the instructions here.

  2. Clone this repository:

    git clone https://github.com/your-repo.git
  3. Navigate to project directory:

    cd puppet-config-management

How to Run

  1. Apply Puppet Manifests:

    sudo puppet apply manifests/site.pp
  2. Run Tests:

    rspec spec/classes/apache_spec.rb

How to Verify

  1. Check Web Server: Access the web server to ensure it's running.

  2. Check Users: Validate that the user accounts have been created with specified permissions.

  3. Run Tests: Ensure that all your rspec tests pass.