Yep, Forgot that Ubuntu uses 'ssh' whereas CentOS uses 'sshd'.
Have you seen this bug --> https://projects.puppetlabs.com/issues/12773 May be appropriate here. -Gary On Fri, Mar 16, 2012 at 8:09 PM, Luis Festas Matos <[email protected]>wrote: > 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. > -- Gary Larizza Professional Services Engineer Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. 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.
