Issue #12949 has been reported by Gerard Kok.

----------------------------------------
Bug #12949: service (launchd) provider (puppet 2.7.11) reports error on OS X 
10.6 (Snow Leopard)
https://projects.puppetlabs.com/issues/12949

Author: Gerard Kok
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 2.7.11
Keywords: 
Branch: 


The following service definition:

    service { "sshd":
        name => $::operatingsystem ? {
            "Darwin" => "com.openssh.sshd",
            "Ubuntu" => "ssh",
            default => "sshd",
        },
        ensure => true,
        enable => true,
    }
    
gives the following error when I run 'puppet agent' on Mac OS X 10.6.8 and 
Puppet 2.7.11:

err: Could not prefetch service provider 'launchd': No resource and no name in 
property hash in launchd instance

The same service definition doesn't result in an error on Mac OS X 10.7 with 
Puppet 2.7.11, or Mac OS X 10.6 with Puppet 2.7.6.



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to puppet-bugs@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-bugs+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to