I think John's probably right. My manifests are all written for
Ubuntu - which has a different set of package names for mysql:
mysql-server, mysql-client, etc.
Best
J.
2009/9/4 jcbollinger :
>
>
> On Sep 4, 1:46 am, Julian Simpson wrote:
>> You need to tell Puppet to manage both a gem and an
On Sep 4, 1:46 am, Julian Simpson wrote:
> You need to tell Puppet to manage both a gem and an RPM. Adding
> 'provider => gem' to the appropriate package declaration will do that.
> 2009/9/4 Matt Delves :
> > The problem is that I currently have the mysql package installed as an
> > rpm via pu
You need to tell Puppet to manage both a gem and an RPM. Adding
'provider => gem' to the appropriate package declaration will do that.
Best
J.
2009/9/4 Matt Delves :
>
> Hey Folks,
> Let me first setup the scenario. I have a server (managed via puppet)
> that runs a mysql database.
>
> The pro