Cheers, that'll teach me to cut and paste ;)
The second example's resource name should be without quotes, so:
$service_name = "httpd"
service { $servicename: ensure => running }
err: /Stage[main]/Puppet_dashboard::Service/Service[undef]/ensure:
change from stopped to running failed: Could not start Service[undef]:
Execution of '/sbin/service undef start' returned 1: at /etc/puppet/
environments/testing/modules/httpd/manifests/service.pp:26
On Aug 24, 5:12 pm, Henrik Lindberg <
henrik.lindb...@cloudsmith.com>
wrote: