Skip to content

Commit 4c6eef6

Browse files
Merge pull request #126 from lsst-it/IT-6476-Graylog-6.3-comes-with-SAML-authentication.-Upgrade-to-latest-version
Bump graylog to version 6.3
2 parents fad3429 + 50ec895 commit 4c6eef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/profile/manifests/graylog.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
password_fail_reset => true,
7676
}
7777
class { 'graylog::repository':
78-
version => '6.2',
78+
version => '6.3',
7979
}
8080
->class { 'graylog::server':
81-
package_version => '6.2.2',
81+
package_version => '6.3.3',
8282
config => {
8383
is_leader => true,
8484
node_id_file => '/etc/graylog/server/node-id',

0 commit comments

Comments
 (0)