On Thu, Mar 20, 2014 at 3:19 AM, Mayeul Rousselet <
mayeul.rousse...@gmail.com> 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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAFkZv1taAquiR6yAj%3DH%3DhGa6tLKCyc8KojvVqCW5wqtOkUCweQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to