Fred Damstra [afs macbook] 9bf337defd Updates to work with later versions of tfswitch hace 4 años
..
.terraform.lock.hcl 866afc059e Updated .terraform.lock.hcl files hace 4 años
README.md f91d1550ca Minor notes for reposerver deployment hace 4 años
filelist.prod.md f91d1550ca Minor notes for reposerver deployment hace 4 años
filelist.test.md f91d1550ca Minor notes for reposerver deployment hace 4 años
terragrunt.hcl 9bf337defd Updates to work with later versions of tfswitch hace 4 años

README.md

Additional steps

  1. You have to sync the files in /var/www from an existing repo server. @duane might haev more information on how we pick and choose. The file list is in filelist.{env}.md, but could be outdated.

  2. You may need to run /usr/local/bin/repomirror-cron.sh manually. This script is called by /var/spool/cron/root, so may have run automatically for you, but is required in order to do a succeessful highstate.

  3. Had to run chcon -R -h -t httpd_sys_content_t /var/www/html to fix the context. (Note: This is currently in a PR for the cronjob in #2, so may be implemented automtically by the time you read this.)