8000 GitHub - akwanashie/puppept-sandbox
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akwanashie/puppept-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Puppet Manifests

This follows James Attard's tutorial

Configure the Server + DB

  • Start the stack
export DOMAIN=akwanashie && docker-compose up -d
  • Copy manifests to puppet server
cp -r ../manifests/environments volumes/code
  • Run the manifests against the server itself
docker exec -it puppetserver puppet agent -tv
  • Point your browser to the PuppetDB Docker container: http://puppetDB:8080 to view analytics pertaining to your Puppet infrastructure.

Configure the Agent

  • The agent is installed in the puppet-agent-dockerfile using this guide.

  • Build the agent image

docker-compose build
  • Configure an agent
docker exec -it puppetagent puppet ssl bootstrap
  • Run the agent
docker exec -it puppetagent puppet agent -tv

Shut Down

docker-compose down -v
rm -rf volumes postgres-custom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0