diff options
| -rw-r--r-- | manifests/subsystem/monitor/master.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index 5be7b7e..fd4f662 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -12,7 +12,7 @@ class nodo::subsystem::monitor::master {    if $main == true {      $manage = present    } else { -    $manage = absent, +    $manage = absent    }    #  | 
