Re: [Puppet Users] Could not find declared class - running puppet standalone

2013-03-12 Thread Felix Frank
Hi, On 03/07/2013 07:55 PM, Drew Sheneman wrote: |class { 'mysql': }| |lstat(/etc/puppet/mysql.rb, 0x7fffa1b7bb10) = -1 ENOENT (No such file or directory)| Is this the only file it tries and opens? Because it looks awfully wrong. -- You received this message because you are subscribed to

[Puppet Users] Could not find declared class - running puppet standalone

2013-03-07 Thread Drew Sheneman
I am fairly new to Puppet, and am taking a script initially working with a Vagrant setup and trying to run it standalone. I am simply declaring the class for the module mysql in the script: class { 'mysql': } and when I try to run 'puppet apply' I get: Puppet::Parser::AST::Resource