Running Puppet using Docker
git clone https://github.com/jorhett/learning-puppet4
docker run --rm -it -w /workspace -v C:/Users/tiven.wang/dockers/learning-puppet4:/workspace devopsil/puppet bash
puppet config print |grep dir
Writing Manifests
puppet apply manifests/helloworld.pp
puppet resource mailalias postmaster
Comments