Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 5372f594 authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

manifests/docker.pp: docker-compose 0755

parent 38332543
No related merge requests found
......@@ -61,7 +61,7 @@ class ubuntu_server::docker($docker_compose_latest_version='1.18.0',$ensure_runn
}
file{'/usr/local/bin/docker-compose':
mode => '0750',
mode => '0755',
require => Exec['docker-compose'],
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment