Skip to content

Commit d6db5b1

Browse files
authored
Update params.pp
1 parent 42259e1 commit d6db5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
$tls_cacert = '/etc/docker/tls/ca.pem'
102102
$tls_cert = '/etc/docker/tls/cert.pem'
103103
$tls_key = '/etc/docker/tls/key.pem'
104-
$compose_version = '1.9.0'
104+
$compose_version = '1.21.2'
105105
$compose_install_path = '/usr/local/bin'
106106
$machine_install_path = '/usr/local/bin'
107107
$docker_command = 'docker'

0 commit comments

Comments
 (0)