Skip to content

Commit abfdb00

Browse files
authored
Update compose.pp
1 parent 0c105dc commit abfdb00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/compose.pp

+5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
require => File[$docker_compose_location_versioned],
121121
}
122122

123+
file { "${docker_plugins_path}/docker-compose":
124+
ensure => 'link',
125+
target => $docker_compose_location_versioned,
126+
require => File[$docker_plugins_path],
127+
}
123128
}
124129
} else {
125130
file { $docker_compose_location_versioned:

0 commit comments

Comments
 (0)