I've written a module I'd like to test on a puppet client

This is the command and process I am using:

[root@myhost puppet]# /usr/bin/puppet apply 
--modulepath=/etc/puppet/modules/ssh -e "include ssh" --noop --verbose 
--debug
Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
Info: Loading facts in /var/lib/puppet/lib/facter/vrsn.rb
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/gateway.rb
Info: Loading facts in /var/lib/puppet/lib/facter/uuid.rb
Error: Could not find class ssh for myhost.mydomain.com on node 
myhost.mydomain.com
Error: Could not find class ssh for myhost.mydomain.com on node 
myhost.mydomain.com

The test works in dev, I'm testing on a production "client".  Why does that 
fail?

Thanks,

-- 
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/5a5cc2fa-55a6-49e0-bd10-1fdef9a0e06c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to