Using puppet environments to test manifests
Overview We want to test our code before deploying it to our live servers, regardless of the function that server may play in the organization (production server, internal server, development server, env3 server, etc.). To achieve this, we use puppet environments and push new code to non-production puppet environments. Therefore, we want to: Use environments: […]