We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fdc82 commit ea7932eCopy full SHA for ea7932e
plans/replace_failed_postgresql.pp
@@ -80,7 +80,7 @@
80
}
81
82
$result = run_task('peadm::get_peadm_config', $host, '_catch_errors' => true).first.to_data()
83
- $result_formatted = stdlib::to_json_pretty(parsejson($result))
+ $result_formatted = stdlib::to_json_pretty($result)
84
out::message("2. PE configuration on ${host}: ${result_formatted}")
85
86
0 commit comments