vedarthk / tut-puppet

Puppet tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puppet Tutrial

Code repo for Puppet tutorial

To test Puppet run use following docker command:

docker run -v "$PWD:/code" -h app -it vedarthk/puppet:latest bash

this will mount the project directory inside the docker container and sets the hostname of the container to app

More info in the tutorial session...

About

Puppet tutorial


Languages

Language:Dockerfile 73.1%Language:Ruby 26.9%