Skip to content

Instantly share code, notes, and snippets.

@homelinen
Last active December 2, 2016 14:42
Show Gist options
  • Save homelinen/03e430dceaf91e2a7e3c448d89e9b2b2 to your computer and use it in GitHub Desktop.
Save homelinen/03e430dceaf91e2a7e3c448d89e9b2b2 to your computer and use it in GitHub Desktop.
$ cat /etc/apt/sources.list.d/graylog.list
# This file is managed by Puppet. DO NOT EDIT.
# The official Graylog package repository
deb https://downloads.graylog.org/repo/debian/ stable 2.1
$ apt-get update
Ign https://downloads.graylog.org stable Release.gpg
Ign https://downloads.graylog.org stable Release
Err https://downloads.graylog.org stable/2.1 amd64 Packages
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Ign https://downloads.graylog.org stable/2.1 Translation-en_US
Ign https://downloads.graylog.org stable/2.1 Translation-en
Fetched 24.0 kB in 9s (2,430 B/s)
W: Failed to fetch https://downloads.graylog.org/repo/debian/dists/stable/2.1/binary-amd64/Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
$ facter -p | grep "os =>"
os => {"name"=>"Ubuntu", "family"=>"Debian", "release"=>{"major"=>"14.04", "full"=>"14.04"}, "lsb"=>{"distcodename"=>"trusty", "distid"=>"Ubuntu", "distdescription"=>"Ubuntu 14.04.5 LTS", "distrelease"=>"14.04", "majdistrelease"=>"14.04"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment