Skip to content

Commit 69b0d04

Browse files
committed
Update referenced versions
The default PE version, the listed supported Bolt version
1 parent f613558 commit 69b0d04

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The normal usage pattern for peadm is as follows.
5050
### Requirements
5151

5252
* Puppet Enterprise 2019.8.1 or newer (tested with PE 2021.0)
53-
* Bolt 2.27.0 or newer (tested with Bolt 3.5)
53+
* Bolt 2.42.0 or newer (tested with Bolt 3.5.0)
5454
* EL 7, EL 8, Ubuntu 18.04, or Ubuntu 20.04
5555
* Classifier Data enabled. This PE feature is enabled by default on new installs, but can be disabled by users if they remove the relevant configuration from their global hiera.yaml file. See the [PE docs](https://puppet.com/docs/pe/latest/config_console.html#task-5039) for more information.
5656

plans/action/install.pp

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

3333
# Common Configuration
3434
String $console_password,
35-
String $version = '2019.7.0',
35+
String $version = '2019.8.5',
3636
Array[String] $dns_alt_names = [ ],
3737
Hash $pe_conf_data = { },
3838

plans/provision.pp

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

2929
# Common Configuration
3030
String $console_password,
31-
String $version = '2019.8.1',
31+
String $version = '2019.8.5',
3232
Optional[Array[String]] $dns_alt_names = undef,
3333
Optional[String] $compiler_pool_address = undef,
3434
Optional[String] $internal_compiler_a_pool_address = undef,

spec/docker/extra-large-ha/params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"compiler_hosts": ["pe-xl-compiler-0.puppet.vm"],
77
"console_password": "puppetlabs",
88
"dns_alt_names": [ "puppet", "pe-xl-core-0.puppet.vm", "puppet-xl.vm" ],
9-
"version": "2019.8.0",
9+
"version": "2019.8.5",
1010
"compiler_pool_address": "puppet-xl.vm"
1111
}

spec/docker/extra-large-ha/upgrade_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"puppetdb_database_replica_host": "pe-xl-db-1.puppet.vm",
55
"master_replica_host": "pe-xl-core-1.puppet.vm",
66
"compiler_hosts": ["pe-xl-compiler-0.puppet.vm"],
7-
"version": "2019.8.0"
7+
"version": "2019.8.5"
88
}

spec/docker/extra-large/params.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"compiler_hosts": ["pe-xl-compiler-0.puppet.vm"],
55
"console_password": "puppetlabs",
66
"dns_alt_names": [ "puppet", "pe-xl-core-0.puppet.vm" ],
7-
"version": "2019.8.0"
8-
}
7+
"version": "2019.8.5"
8+
}

spec/docker/extra-large/upgrade_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"master_host": "pe-xl-core-0.puppet.vm",
33
"puppetdb_database_host": "pe-xl-db-0.puppet.vm",
44
"compiler_hosts": ["pe-xl-compiler-0.puppet.vm"],
5-
"version": "2019.8.0"
5+
"version": "2019.8.5"
66
}

spec/docker/large-ha/params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"compiler_hosts": ["pe-lg-compiler-0.puppet.vm"],
55
"console_password": "puppetlabs",
66
"dns_alt_names": [ "puppet", "pe-lg.puppet.vm" ],
7-
"version": "2019.8.0"
7+
"version": "2019.8.5"
88
}

spec/docker/large-ha/upgrade_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"master_host": "pe-lg.puppet.vm",
33
"master_replica_host": "pe-lg-replica.puppet.vm",
44
"compiler_hosts": ["pe-lg-compiler-0.puppet.vm"],
5-
"version": "2019.8.0"
5+
"version": "2019.8.5"
66
}
77

spec/docker/large/params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"compiler_hosts": ["pe-lg-compiler-0.puppet.vm"],
44
"console_password": "puppetlabs",
55
"dns_alt_names": [ "puppet", "pe-lg.puppet.vm" ],
6-
"version": "2019.8.0"
6+
"version": "2019.8.5"
77
}

spec/docker/large/upgrade_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"master_host": "pe-lg.puppet.vm",
33
"compiler_hosts": ["pe-lg-compiler-0.puppet.vm"],
4-
"version": "2019.8.0"
4+
"version": "2019.8.5"
55
}
66

spec/docker/standard-ha/params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"master_replica_host": "pe-std-replica.puppet.vm",
44
"console_password": "puppetlabs",
55
"dns_alt_names": [ "puppet", "pe-std.puppet.vm" ],
6-
"version": "2019.8.0"
6+
"version": "2019.8.5"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"master_host": "pe-std.puppet.vm",
33
"master_replica_host": "pe-std-replica.puppet.vm",
4-
"version": "2019.8.0"
4+
"version": "2019.8.5"
55
}
66

spec/docker/standard/params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"master_host": "pe-std.puppet.vm",
33
"console_password": "puppetlabs",
44
"dns_alt_names": [ "puppet", "pe-std.puppet.vm" ],
5-
"version": "2019.8.0",
5+
"version": "2019.8.5",
66
"r10k_remote": "https://gitlab.com/nwops/control-repo.git"
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"master_host": "pe-std.puppet.vm",
3-
"version": "2019.8.0"
3+
"version": "2019.8.5"
44
}
55

0 commit comments

Comments
 (0)