Issue #16156 has been updated by Deepak Giridharagopal. Description updated
---------------------------------------- Bug #16156: "Could not evaluate" error https://projects.puppetlabs.com/issues/16156#change-70463 Author: Sandra Schlichting Status: Investigating Priority: High Assignee: Sandra Schlichting Category: Target version: 3.0.0 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.
