You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
etc | 4 years ago | |
manifests | 4 years ago | |
modules | 4 years ago | |
site/profile | 4 years ago | |
.drone.yml | 4 years ago | |
.editorconfig | 5 years ago | |
.gitignore | 5 years ago | |
Makefile | 4 years ago | |
Puppetfile | 4 years ago | |
README.md | 4 years ago | |
environment.conf | 5 years ago | |
production | 5 years ago | |
puppet.sh | 5 years ago | |
references.md | 5 years ago |
README.md
Puppet Control Repo
Put this repository into ~/.puppet/
.
Install Puppet Modules
puppet module install --target 'modules' 'puppetlabs-apt' --version '6.2.1'
Upgrade with:
puppet module upgrade --modulepath 'modules' --version=10.3.0 'puppetlabs-mysql'
Commit modules to Git!