Skip to content

Commit 4066d43

Browse files
authored
Merge pull request #138 from puppetlabs/maint-singletargetspec
Fix a problem with Peadm::SingleTargetSpec
2 parents 7b52cbe + 0cb9918 commit 4066d43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Bugfix release
88
### Bugfixes
99

1010
* Fix an issue in the convert plan incorrectly disallowing conversion of deployments newer than 2019.7.0.
11+
* Fix a problem with the Peadm::SingleTargetSpec type alias.
1112

1213
## 2.4.4
1314
### Summary

types/singletargetspec.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
type Peadm::SingleTargetSpec = Variant[
77
Pattern[/\A[^[:space:],]+\z/],
88
Target,
9-
Array[Boltlib::SingleTargetSpec, 1, 1]
9+
Array[Peadm::SingleTargetSpec, 1, 1]
1010
]

0 commit comments

Comments
 (0)