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 afb6873b19 Extend README with example of how to update a module 4 years ago
etc Extend backup ignore directories for ZenBook 4 years ago
manifests Add efistub booting profile 4 years ago
modules Fix mysql password re-creation by upgrading mysql module 4 years ago
site/profile Fix "400 - Bad Request" error on whitespace paths for adele bucket 4 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
Makefile Add ERB template validation to CI pipeline 4 years ago
Puppetfile Fix mysql password re-creation by upgrading mysql module 4 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
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!