On 29 April 2014 04:12, Piotr Usewicz wrote:
> I think you have to enable pluginssync option in the [main] section in
> puppet.conf
I am pretty sure pluginsync is on by default in recent versions of puppet.
So unless you have disabled it it should work.
> On Wednesday, 11 April 2012 14:12:03 UT
I think you have to enable pluginssync option in the [main] section in
puppet.conf
On Wednesday, 11 April 2012 14:12:03 UTC+1, Moteo wrote:
>
> Hi Luca,
>
> sadly I left "nice puppet" way for a while for Mysql management and
> did everything manuallly :(
>
> Best regards
> M.
>
> 2012/3/28 Luca S
Hi Luca,
sadly I left "nice puppet" way for a while for Mysql management and
did everything manuallly :(
Best regards
M.
2012/3/28 Luca Spiller :
> Moteo, did you get this issue resolved?
>
> I've used the Puppetlabs MySql module in the past, but I'm now getting these
> issues setting up a new m
Moteo, did you get this issue resolved?
I've used the Puppetlabs MySql module in the past, but I'm now getting
these issues setting up a new machine with Ubuntu 11.10. I've used the same
Puppet scripts on other Ubuntu 11.10 machines previously with no issues.
On Thursday, 15 March 2012 10:51:04
I will try this module.
Thank You Adam.
2012/3/14 Adam Heinz :
> I don't know anything about that particular module, but I have been
> using github.com/camptocamp/puppet-mysql for over a year without much
> trouble.
>
> --
> You received this message because you are subscribed to the Google Group
I don't know anything about that particular module, but I have been
using github.com/camptocamp/puppet-mysql for over a year without much
trouble.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@
Hi,
still no tiny step forward :(
>From puppet agent log:
moteo@myHOST:~$ sudo puppet agent --no-daemonize --onetime --debug
--verbose | grep ysql
debug: /Stage[main]//Node[myHOST]/Php::Module[mysql]/Package[php-mysql]/notify:
subscribes to Service[apache]
debug: /Stage[main]/Mysql::Config/File[
Hi everyone,
I am new to Puppet and try to make some simple "automation things".
I have succeed with apache2, ssh modules, but have problems with
Puppetlabs mysql module.
It installs mysql server, changes/creates admin user password, but
does not create database and user.
I cannot find anything w