Skip to content

Commit 11927ab

Browse files
Merge pull request #227 from puppetlabs/SOLARCH-716
Accidentally closed instead of merging Merging despite broken test @reidmv advised of issue. Will fix the test separately
2 parents e5e0d61 + 3b3b5b5 commit 11927ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"name": "puppetlabs/service",
33-
"version_requirement": ">= 1.3.0 < 2.0.0"
33+
"version_requirement": ">= 1.3.0 < 3.0.0"
3434
}
3535
],
3636
"operatingsystem_support": [

plans/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# Common Configuration
2828
String $console_password,
29-
String $version = '2019.8.5',
29+
String $version = '2019.8.8',
3030
Optional[Array[String]] $dns_alt_names = undef,
3131
Optional[String] $compiler_pool_address = undef,
3232
Optional[String] $internal_compiler_a_pool_address = undef,

0 commit comments

Comments
 (0)