Anyone out there who've tried updating sshd_config on macs and
restarting / ensure running the ssh server?
I've found that this ALMOST works:
service {
"com.openssh.sshd":
enable => true,
ensure => running;
}
and then notifying that when changing the config... At least,
com.openssh.sshd is what launchd calls the
service.
The problem is this though:
err: //macssh/Service[com.openssh.sshd]: Failed to call refresh on
Service[com.openssh.sshd]: Unable to start service: com.openssh.sshd
at path: /System/Library/LaunchDaemons/ssh.plist...
Anyone good with OS X / Puppet who could enlighten me?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---