| Puppet Version: 3.8.7 Puppet Server Version: 3.7.4 OS Name/Version: Ubuntu 14.04 Describe your issue in as much detail as possible… When trying to execute sudo apt-get update on a client, it requests updates via our Puppet server that mirrors out to apt.puppetlabs.com. We receive the error "Unable to find expected entry 'main/source/Sources'" (full output below). Could this have something to do with 14.04 end of life? I see that Release and Release.gpg were both updated today (5/15/19). Note, we are using Ubuntu ESM for extended security maintenance. Describe steps to reproduce… Running sudo apt-get update on a machine with Ubuntu 14.04 Desired Behavior: Fetching successful updates on our client machines. Actual Behavior: sudo apt-get update fails with the following output: W: Failed to fetch http://apt.puppetlabs.com.com/dists/trusty/Release Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file) E: Some index files failed to download. They have been ignored, or old ones used instead. Please let me know if I can supply any other information. Thanks for the help. |