Hi Gary, I'm trying to start sshd. But the command to start sshd is "service ssh start" at least on the prompt line. If I change it to 'sshd' on the params class it gives me the following error:
err: /Stage[main]/Ssh::Service/Service[sshd]: Could not evaluate: Could not find init script for 'sshd' No matter if sshd is working or not, with 'ssh' on the params class nothing happens. The running sshd service has the following ps -ef : root 27607 1 0 20:53 ? 00:00:00 /usr/sbin/sshd -D Thanks for your help :) On Thursday, March 15, 2012 9:51:44 PM UTC+1, Gary Larizza wrote: > > Are you trying to start 'ssh' or 'sshd' as a service ( you > have $ssh_service_name = 'ssh' in your params class)? > > > -- 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/-/tRrPcv1mZIIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
