I have successfully setup puppetserver and puppet agents on it .(it is docker container with **centos-6**)
Next trying to setup client machine (puppetagent) (it is docker container with Ubuntu 16)
**Now trying to install puppet using *sudo apt-get install command***
**Following error is thrown:**
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Ign:2 http://apt.puppetlabs.com xenial InRelease
Hit:3 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Ign:5 http://apt.puppetlabs.com trusty InRelease
Hit:6 http://apt.puppetlabs.com xenial Release
Hit:8 http://apt.puppetlabs.com trusty Release
Get:10 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Fetched 306 kB in 1s (173 kB/s)
Reading package lists... Done
root@5860737a89e9:/# sudo apt-get install puppet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
puppet : Depends: puppet-common (= 3.8.7-1puppetlabs1)
E: Unable to correct problems, you have held broken packages.
↧