I just connected a new host to my puppetmaster. The error that I get when I run puppetd in test mode is:
err: Could not create sshd: undefined method `controllable?' for nil:NilClass warning: Not using cache on failed catalog warning: Configuration could not be instantiated: undefined method `controllable?' for nil:NilClass >From my other machines, everything runs fine. When I comment out the "service" section of my ssh manifest file, everything is great. All machines are running identical hardware. My ssh manifest looks like this: file { "/etc/ssh/sshd_config": ensure => "present", owner => root, group => root, mode => 644, source => "puppet:///files/global/etc-ssh-sshd_config", checksum => "md5", backup => true } package { openssh-server: ensure => installed } service { "sshd": require => Package[openssh-server], subscribe => File["/etc/ssh/sshd_config"], ensure => 'running' } Can someone explain what this error message is, and perhaps tell me what might be wrong? Pete --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---