canmove, Confirmed users
1,394
edits
| Line 14: | Line 14: | ||
= Clone manifests and mount the file share = | = Clone manifests and mount the file share = | ||
As root, | As root, | ||
cd /etc/puppet | cd /etc/puppet | ||
| Line 20: | Line 19: | ||
hg clone http://hg.mozilla.org/build/puppet-manifests manifests | hg clone http://hg.mozilla.org/build/puppet-manifests manifests | ||
:NOTE - this is not accurate - NFS turned out to be ineffective between datacenters, so each master is now manually synchronized. | |||
Mount the puppet-files directory by adding an entry to fstab: | Mount the puppet-files directory by adding an entry to fstab: | ||
10.2.71.136:/export/buildlogs/puppet-files /N nfs defaults 0 0 | 10.2.71.136:/export/buildlogs/puppet-files /N nfs defaults 0 0 | ||