<div dir="ltr"><div>Hi Tom,<br><br></div>On an installed Ubuntu server that works, but I need to have it in preseed as my first puppet run needs to run with 3.x and not 2.7.<br><br><br></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">2014-01-26 Tom H <span dir="ltr"><<a href="mailto:tomh0665@gmail.com" target="_blank">tomh0665@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Sun, Jan 26, 2014 at 5:38 AM, Matt . <<a href="mailto:yamakasi.014@gmail.com">yamakasi.014@gmail.com</a>> wrote:<br>
><br>
> During a preseed installation on 12.04 LTS I want to update puppet directly<br>
> from 2.7 to 3.4 using the puppet Repo, this doesn't work and hangs on a<br>
> unmet depency.<br>
><br>
> In my preseed file i have the following:<br>
><br>
> # Puppetlabs repo<br>
> d-i apt-setup/local0/repository string \<br>
> <a href="http://apt.puppetlabs.com/" target="_blank">http://apt.puppetlabs.com/</a> precise main<br>
> d-i apt-setup/local0/comment string Puppetlabs packages<br>
> d-i apt-setup/local0/key string <a href="http://apt.puppetlabs.com/pubkey.gpg" target="_blank">http://apt.puppetlabs.com/pubkey.gpg</a><br>
><br>
> d-i pkgsel/upgrade select full-upgrade<br>
><br>
> The unmet dependency puppet-common error is shown in the attachment.<br>
<br>
</div></div>The canonical way to install puppetlabs is:<br>
<br>
wget <a href="http://apt.puppetlabs.com/puppetlabs-release-precise.deb" target="_blank">http://apt.puppetlabs.com/puppetlabs-release-precise.deb</a><br>
dpkg -i puppetlabs-release-precise.deb<br>
apt-get update<br>
apt-get install ...<br>
<br>
The puppetlabs-release-precise.deb sets up repos and keys for the<br>
"main" and "dependencies" components of puppetlabs.<br>
<br>
Did you set up the "dependencies" component of puppetlabs?<br>
<br>
AFAIK, you also need to set up the "universe" component of ubuntu.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</font></span></blockquote></div><br></div>