In these cases you would start by checking a run of puppetd -t -d -v
to see if it shows up there. If not, then look carefully if the
resource is really included on that node. If it is, there should be a
hint on what is happening..

On Tue, Jul 31, 2012 at 9:19 PM, tom s <puppetl...@tomseeley.co.uk> wrote:
> There's been at least one other report of something like this, but that was
> a little while ago and changes to the module have been made recently.
>
> Basically I can create a database, set the root password, but not do
> anything else:
>
> node 'puppetclient.tomtest.com' {
>     class { 'mysql::server':
>         service_name => 'mysql',
>         config_hash => { 'root_password' => 'mymysqlrootpass', },
>         package_name => 'MySQL-server',
>     }
>     mysql::db { 'testdb':
>         user        => 'testdb',
>         password    => 'testdb',
>         host        => 'localhost',
>         grant       => ['ALL'],
>     }
> }
>
> Installs mysql, correctly sets the root password then stops.  The DB is
> never created and no errors are issued.
>
> Can anyone help me debug this issue?, I've not gone down the custom
> resources route myself yet, so I'm not sure how I go about working out where
> the problem is.
>
> Cheers,
>
> Tom.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/O-N6g5jMiRgJ.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.



-- 
Walter Heck

--
Check out my startup: Puppet training and consulting @ http://www.olindata.com
Follow @olindata on Twitter and/or 'Like' our Facebook page at
http://www.facebook.com/olindata

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to