How-to Enable Puppet Apt Repo for Debian Squeeze 6

The Tip Show How-to Enable the Debian 6 Squeeze Apt Repo.

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

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

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

    sudo apt-get update