For some reason the default is to disable remctl service. I think it makes more sense to have it enabled. Otherwise what is the point of including module in the first place:
diff --git a/modules/remctl/manifests/params.pp b/modules/remctl/manifests/params.pp
index 71acca9..fc0f039 100644
--- a/modules/remctl/manifests/params.pp
+++ b/modules/remctl/manifests/params.pp
@@ -3,7 +3,7 @@ class remctl::params {
$debug = false
$port = 4373
- $disable = true
+ $disable = false
For some reason the default is to disable remctl service. I think it makes more sense to have it enabled. Otherwise what is the point of including module in the first place: