Issue #16156 has been updated by eric sorenson. Status changed from Unreviewed to Investigating Assignee set to Sandra Schlichting
Can you please try to run the command that produced the error on the commandline of the Ubuntu box: `initctl --version` Does that work? ---------------------------------------- Bug #16156: "Could not evaluate" error https://projects.puppetlabs.com/issues/16156#change-70190 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 node testip { package {'isc-dhcp-server': ensure => purged, } service {'isc-dhcp-server': ensure => stopped, enable => false, pattern => 'dhcpd' } } I get this error 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. 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.
