Skip to content
Snippets Groups Projects
Commit b97d4152 authored by Matthieu Faure's avatar Matthieu Faure
Browse files

composer: remove --no-progress

parent 3857be71
No related branches found
No related tags found
1 merge request!5Resolve "Create Comptoir Puppet module"
Pipeline #3935 passed
......@@ -41,7 +41,8 @@ class comptoir (
# Install app with Composer
-> Exec { 'Install app with Composer':
command => '/usr/local/bin/composer --no-progress install',
# command => '/usr/local/bin/composer --no-progress install',
command => '/usr/local/bin/composer install',
cwd => $comptoir_dir,
user => $comptoir_user,
environment => [ 'HOME=/home/comptoir' ],
......
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