Repository containing Puppet code to configure Cubieserver machines
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.
 
 
 
 
 
 
Jack Henschel fad6fc402f
continuous-integration/drone/push Build is passing Details
Fix puppetlint issues
2 years ago
etc Fix yamllint issues 2 years ago
manifests Add and enable k3s profile with namespace for jack 2 years ago
modules Upgrade puppetlabs-firewall to 2.8.1 2 years ago
site/profile Fix puppetlint issues 2 years ago
.drone.yml Add ERB template validation to CI pipeline 4 years ago
.editorconfig Add basic .editorconfig file 5 years ago
.gitignore Extend gitignore 5 years ago
.yamllint Fix yamllint issues 2 years ago
Makefile Add ERB template validation to CI pipeline 4 years ago
Puppetfile Upgrade puppetlabs-firewall to 2.8.1 2 years ago
README.md Extend README with example of how to update a module 4 years ago
environment.conf Extend base control repo and add support for profiles 5 years ago
eyaml.sh Add eyaml wrapper script 3 years ago
production Extend base control repo and add support for profiles 5 years ago
puppet.sh Extend base control repo and add support for profiles 5 years ago
references.md Extend base control repo and add support for profiles 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!