Skip to content

Instantly share code, notes, and snippets.

View Pryz's full-sized avatar
🏴‍☠️

Julien Fabre Pryz

🏴‍☠️
View GitHub Profile
#
# Perform the Puppet master migration by changing the server value in
# puppet.conf
# and reset nodes certificates
#
class puppet::migrate ( $puppetmaster ) {
if $puppetmaster == undef {
fail('You must define the targeted Puppet master to perform the migration')
}
@Pryz
Pryz / gist:7900486
Created December 10, 2013 21:25 — forked from stephenc/gist:3053561

Puppet with Jenkins

Setup Jenkins

With Puppet:

puppet module install rtyler-jenkins

puppet apply -v -e "include jenkins"