Skip to content

Change service default to "enable" #19

Description

@atayts

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions