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

comment out composer

parent a992ea4c
No related branches found
No related tags found
1 merge request!5Resolve "Create Comptoir Puppet module"
Pipeline #3951 failed
......@@ -52,14 +52,14 @@ class comptoir (
psql_user => $comptoir_db_user,
}
# Install app with Composer
-> Exec { 'Install app with Composer':
command => '/usr/local/bin/composer --no-progress install',
cwd => $comptoir_dir,
user => $comptoir_user,
environment => [ 'HOME=/home/comptoir' ],
timeout => 600, # doubled default value which is 300s
}
# # Install app with Composer
# -> Exec { 'Install app with Composer':
# command => '/usr/local/bin/composer --no-progress install',
# cwd => $comptoir_dir,
# user => $comptoir_user,
# environment => [ 'HOME=/home/comptoir' ],
# timeout => 600, # doubled default value which is 300s
# }
#
}
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