Brad Poulton decf33238e Updates Repo server to latest tag 4 rokov pred
..
.terraform.lock.hcl 866afc059e Updated .terraform.lock.hcl files 4 rokov pred
README.md f91d1550ca Minor notes for reposerver deployment 4 rokov pred
filelist.prod.md f91d1550ca Minor notes for reposerver deployment 4 rokov pred
filelist.test.md f91d1550ca Minor notes for reposerver deployment 4 rokov pred
terragrunt.hcl decf33238e Updates Repo server to latest tag 4 rokov pred

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.)