-
Install Puppet Master and Agent: Follow the instructions here.
-
Clone this repository:
git clone https://github.com/your-repo.git
-
Navigate to project directory:
cd puppet-config-management
-
Apply Puppet Manifests:
sudo puppet apply manifests/site.pp
-
Run Tests:
rspec spec/classes/apache_spec.rb
-
Check Web Server: Access the web server to ensure it's running.
-
Check Users: Validate that the user accounts have been created with specified permissions.
-
Run Tests: Ensure that all your rspec tests pass.