Skip to content
Advertisement

unable to install puppetserver on ec2 ubuntu instance error: Some packages could not be installed

I am trying to install Puppet server on an EC2 Ubuntu instance:

JavaScript

If I try to install puppet-common:

JavaScript

I tried purging puppet-common and reinstalling it. I have also tried sudo apt-get upgrade.

Any help will be appreciated. Thanks.

Advertisement

Answer

Have you enabled the PuppetLabs package repositories? Depending on the version of Ubuntu your on, you should do something like this:

JavaScript

I just span up a clean Trusty server and running this script worked for me:

JavaScript

Hey presto, installed!

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement