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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to