5.2.3. Syncronize the git repositories

5.2.3. Syncronize the git repositories

Since this is a newly provisioned Repo Appliance the fastest way to get up and running is to run:

# Switch to the genome user
su - genome

# "reset --hard" to all the git repositories on a remote Repo
genome-sync start quick --repo=[remote Repo Appliance]

# Push all the repos where they need to go on the new Repo Appliance
genome-sync save

# Restart the puppetmaster (see below) and re-run puppet
su -
service puppetmaster restart
puppetd --test

Important

If any new puppet modules are saved the puppetmaster will have to be restarted for them to be available.