Issue #16156 has been updated by Sandra Schlichting.
I see =) `~# /sbin/initctl --version initctl (upstart 1.5) Copyright (C) 2012 Scott James Remnant, Canonical Ltd. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ` ---------------------------------------- Bug #16156: "Could not evaluate" error https://projects.puppetlabs.com/issues/16156#change-70629 Author: Sandra Schlichting Status: Investigating Priority: High Assignee: Sandra Schlichting Category: Target version: Affected Puppet version: 3.0.0-rc4 Keywords: Branch: When I do this <pre> node testip { package {'isc-dhcp-server': ensure => purged, } service {'isc-dhcp-server': ensure => stopped, enable => false, pattern => 'dhcpd' } } </pre> I get this error <pre> Error: /Stage[main]//Node[testip]/Service[isc-dhcp-server]: Could not evaluate: Execution of '/sbin/initctl --version' returned 1: initctl: invalid command: --version Try `initctl --help' for more information. </pre> The puppetmaster is CentOS6 with puppet 3rc3 and the node is UbuntuServer 12.04 with puppet 3rc3. I have to use rc3, as rc4 doesn't work. See bug #16137 -- 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 [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-bugs?hl=en.
