this time with the correct service name
diff --git a/manifests/init.pp b/manifests/init.pp
index 4e517ea..604a302 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -92,8 +92,8 @@
     owner   => 'root',
   }
 
-  systemd::unit_file { 'jira.service':
-      source => 'puppet:///modules/jira_asf/jira.service',
+  systemd::unit_file { 'etherpad-lite.service':
+      source => 'puppet:///ext-modules/puppet-etherpad_lite/etherpad-lite.service',
   }
 
   file { "${base_log_dir}/${ep_user}":