Hi Ryan, I've added the puppet apt repo to get the last version (3.4.3) and now I can install the MySQL module.
Thank you very much for your quick response, Mayeul Le jeudi 20 mars 2014 16:49:09 UTC+1, Ryan Coleman a écrit : > > > > > On Thu, Mar 20, 2014 at 3:19 AM, Mayeul Rousselet > <[email protected]<javascript:> > > wrote: > >> Hi, >> >> I am on Ubuntu 12.04.2 LTS (launched in a VM). >> I've installed puppet and ruby1.9.1 through apt-get. >> I've installed puppet-module through gems >> >> When I try to install the module puppetlabs-mysql (puppet module install >> puppetlabs-mysql) I have the following error : >> 'You must have Puppet 0.25.0 or greater installed' >> When I type puppet --version I got : >> '2.7.11' >> >> Any Ideas? >> > > Hi Mayeul, > > I cannot replicate what you're seeing. I can successfully install that > module. Here's my output. > > root@ubuntu-server-12042-x64-vbox4210-nocm:~# facter operatingsystem; > facter operatingsystemrelease > Ubuntu > 12.04 > root@ubuntu-server-12042-x64-vbox4210-nocm:~# puppet --version > 2.7.11 > root@ubuntu-server-12042-x64-vbox4210-nocm:~# puppet module install > puppetlabs-mysql > Installed "puppetlabs-mysql-2.2.3" into directory: mysql > root@ubuntu-server-12042-x64-vbox4210-nocm:~# cat mysql/Modulefile > name 'puppetlabs-mysql' > version '2.2.3' > source 'git://github.com/puppetlabs/puppetlabs-mysql.git' > author 'Puppet Labs' > license 'Apache 2.0' > summary 'Mysql module' > description 'Mysql module' > project_page 'http://github.com/puppetlabs/puppetlabs-mysql' > dependency 'puppetlabs/stdlib', '>= 3.2.0' > > > > Would you provide more information on what went wrong? > > If you're starting from scratch with Puppet, I strongly recommend that you > configure the Puppet Labs APT repo and install the latest version of Puppet > in the 3.x series. > http://docs.puppetlabs.com/guides/installation.html#debian-and-ubuntu > > > -- > Ryan Coleman | Modules & Forge | ryanycoleman on twitter & #puppet IRC > > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/ef374430-9572-435c-85ab-3f55b1273382%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
