Skip to content

Commit 1570c38

Browse files
committed
Merge branch 'parsehocon-from-stdlib' into main
2 parents 985b870 + 01e8f4f commit 1570c38

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

lib/puppet/functions/peadm/parsehocon.rb

-14
This file was deleted.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": [
1111
{
1212
"name": "puppetlabs/stdlib",
13-
"version_requirement": ">= 4.20.0 < 7.0.0"
13+
"version_requirement": ">= 6.5.0 < 7.0.0"
1414
},
1515
{
1616
"name": "WhatsARanjit/node_manager",

plans/upgrade.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167

168168
$pe_conf = ($current_pe_conf ? {
169169
undef => {},
170-
default => $current_pe_conf.peadm::parsehocon(),
170+
default => $current_pe_conf.parsehocon(),
171171
} + {
172172
'console_admin_password' => 'not used',
173173
'puppet_enterprise::puppet_master_host' => $master_target.peadm::target_name(),

0 commit comments

Comments
 (0)