Skip to content

will8ug/puppet-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-quickstart

CI

Relevant commands of this repository:

# Get into the agent container
nerdctl run -it --rm --network puppet-net --platform linux/amd64 ghcr.io/betadots/pdc:latest bash

# Now we're in the container:
puppet agent -t
puppet apply -e 'file { "/tmp/adhoc": content => "Written by Puppet" }'

# On each node:
apt-get update

# On server node:
puppet apply /etc/puppetlabs/code/environments/production/manifests/site.pp

# On agent node:
puppet agent -t

# Other tests
puppet module install puppetlabs-ntp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published