Skip to content

Commit

Permalink
Update compose.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidphay authored Feb 24, 2023
1 parent 0c105dc commit abfdb00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/compose.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
require => File[$docker_compose_location_versioned],
}

file { "${docker_plugins_path}/docker-compose":
ensure => 'link',
target => $docker_compose_location_versioned,
require => File[$docker_plugins_path],
}
}
} else {
file { $docker_compose_location_versioned:
Expand Down

0 comments on commit abfdb00

Please sign in to comment.