How-to Enable Puppet Apt Repo for Ubuntu 14.04 Trusty

The Tip Show How-to Enable the Ubuntu 14.04 Trusty Tahr Apt Repo.

  1. Open a Command Line Terminal Window
  2. Download the Repo Package Installer

    wget http://apt.puppetlabs.com/puppetlabs-release-trusty.deb
  3. Setup the Puppet Apt Repository

    sudo dpkg -i ./puppetlabs-release-trusty.deb
  4. Updating Apt Repositories

    sudo apt-get update