Skip to content

Commit

Permalink
Merge pull request #44 from lsst-it/maint/ntp-cname
Browse files Browse the repository at this point in the history
maint: use a CNAME for the NTP server
  • Loading branch information
jhoblitt committed Feb 24, 2020
2 parents 4b03167 + b979e09 commit 74af335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hieradata/site/cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dhcp::nameservers: &nameservers
- "139.229.162.87" # dns2.cp.lsst.org
- "208.67.222.222" # resolver1.opendns.com
dhcp::ntpservers: &ntpservers
- "139.229.167.1"
- "ntp.cp.lsst.org"
- "ntp.shoa.cl"
- "1.cl.pool.ntp.org"
- "1.south-america.pool.ntp.org"
Expand Down
2 changes: 1 addition & 1 deletion hieradata/site/ls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dhcp::nameservers: &nameservers
- "139.229.162.54" # dns2.ls.lsst.org
- "208.67.222.222" # resolver1.opendns.com
dhcp::ntpservers: &ntpservers
- "139.229.167.1"
- "ntp.cp.lsst.org"
- "ntp.shoa.cl"
- "1.cl.pool.ntp.org"
- "1.south-america.pool.ntp.org"
Expand Down

0 comments on commit 74af335

Please sign in to comment.