Sandra Schlichting
2012-Aug-28 15:35 UTC
[Puppet Users] Why this "Could not evaluate" error?
Dear readers, 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[mttj-linuxterm1-puppet]/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. http://projects.puppetlabs.com/issues/16137 What am I doing wrong? Hugs, Sandra -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/79_trpWHWM0J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Sandra Schlichting
2012-Aug-28 15:37 UTC
[Puppet Users] Re: Why this "Could not evaluate" error?
Please replace "testip" with "mttj-linuxterm1-puppet" =) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/kljEiHtlKgIJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Krzysztof Wilczynski
2012-Aug-28 20:03 UTC
[Puppet Users] Re: Why this "Could not evaluate" error?
Hi, Thanks for the hugs :) There seem to be a problem with underlying provider / binaries on which said provider relies. Nothing wrong with your content, as far as I can tell from the little snippet provided. KW On Tuesday, August 28, 2012 4:37:51 PM UTC+1, Sandra Schlichting wrote:> > Please replace "testip" with "mttj-linuxterm1-puppet" =) > > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/LHGLNHML-pAJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Tuesday, August 28, 2012 3:03:45 PM UTC-5, Krzysztof Wilczynski wrote:> > Hi, > > Thanks for the hugs :) >Never can get enough of those :)> > There seem to be a problem with underlying provider / binaries on which > said provider relies. Nothing wrong with your content, as far as I can tell > from the little snippet provided. > >If I recall correctly, 3.0.0RC3 was withdrawn. Frankly, I was a bit surprised that RC4 came out as soon as it did. Were I you, I would stick with Puppet 2.x for the time being, as it seems to be much more stable. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/ofH6UBulpCwJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.