We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 985b870 + 01e8f4f commit 1570c38Copy full SHA for 1570c38
lib/puppet/functions/peadm/parsehocon.rb
metadata.json
@@ -10,7 +10,7 @@
10
"dependencies": [
11
{
12
"name": "puppetlabs/stdlib",
13
- "version_requirement": ">= 4.20.0 < 7.0.0"
+ "version_requirement": ">= 6.5.0 < 7.0.0"
14
},
15
16
"name": "WhatsARanjit/node_manager",
plans/upgrade.pp
@@ -167,7 +167,7 @@
167
168
$pe_conf = ($current_pe_conf ? {
169
undef => {},
170
- default => $current_pe_conf.peadm::parsehocon(),
+ default => $current_pe_conf.parsehocon(),
171
} + {
172
'console_admin_password' => 'not used',
173
'puppet_enterprise::puppet_master_host' => $master_target.peadm::target_name(),
0 commit comments