Commit c1b41a13 authored by Scotty Logan's avatar Scotty Logan
Browse files

added trailing slashes to all APT repo URLs

parent da803f16
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,21 +22,21 @@ base::packages::install:
base::packages::sources:
  puppetlabs:
    comment: "PuppetLabs APT Repo"
    location: http://apt.puppetlabs.com
    location: http://apt.puppetlabs.com/
    repos: main PC1
    key:
      id: 6F6B15509CF8E59E6E469F327F438280EF8D349F
      source: https://apt.puppetlabs.com/pubkey.gpg
  nodesource:
    comment: "NodeSource node 8.x APT Repo"
    location: https://deb.nodesource.com/node_8.x
    location: https://deb.nodesource.com/node_8.x/
    repos: main
    key:
      id: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
      source: https://deb.nodesource.com/gpgkey/nodesource.gpg.key
  itlab:
    comment: "Stanford IT Lab APT Repo"
    location: https://repo.itlab.stanford.edu
    location: https://repo.itlab.stanford.edu/
    repos:    main
    key:
      id:     9A559486A1F8A1DA93809EA37CBDD8B10F39DA6C
+4 −4
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@ base::packages::install:
base::packages::sources:
  main:
    comment:  "Debian APT Repo"
    location: http://deb.debian.org/debian
    location: http://deb.debian.org/debian/
    repos: "main contrib non-free"
  updates:
    comment: "Debian Updates APT Repo"
    location: http://deb.debian.org/debian
    location: http://deb.debian.org/debian/
    release: "%{lsbdistcodename}-updates"
    repos: "main contrib non-free"
  security:
@@ -21,12 +21,12 @@ base::packages::sources:
    repos: "main contrib non-free"
  backports:
    comment: "Debian Backports APT Repo"
    location: http://deb.debian.org/debian
    location: http://deb.debian.org/debian/
    release: "%{lsbdistcodename}-backports"
    repos: "main contrib non-free"
  stanford:
    comment: "Stanford Debian APT Repo"
    location: http://debian.stanford.edu/debian-stanford
    location: http://debian.stanford.edu/debian-stanford/
    repos: "main contrib non-free"
    key:
      id:      D5F69CB680F7BE25FD440CB7FDF37CD4279D4962
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ base::packages::sources:
    repos: "main restricted universe"
  security:
    comment: "Ubuntu Security Repo"
    location: http://security.ubuntu.com/ubuntu
    location: http://security.ubuntu.com/ubuntu/
    release:  "%{lsbdistcodename}-security"
    repos: "main restricted universe"
  backports: