diff --git a/manifests/service.pp b/manifests/service.pp index 362c6ea..cabe43b 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -5,5 +5,7 @@ class opencast::service { - require opencast::params + service {'matterhorn': + ensure => 'running'; + } }