With Puppet:
puppet module install rtyler-jenkins
puppet apply -v -e "include jenkins"
| # | |
| # 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') | |
| } |