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 e5ff649 commit 5653630Copy full SHA for 5653630
plans/add_database.pp
@@ -19,6 +19,7 @@
19
# Get current peadm config before making modifications and shutting down
20
# PuppetDB
21
$peadm_config = run_task('peadm::get_peadm_config', $primary_target).first.value
22
+ out::message("peadm_config:${peadm_config}.")
23
$pe_ver = $peadm_config['pe_version']
24
25
$compilers = $peadm_config['params']['compilers']
0 commit comments