Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Démarches Simplifiées
Vagrant DEV for Démarches-Simplifiées
Commits
995711a3
Commit
995711a3
authored
Apr 25, 2021
by
Fabrice Gangler
🎨
Browse files
FIX!: adapt puppet to modification of bin/setup file
parent
403d8bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/default.pp
View file @
995711a3
...
...
@@ -140,11 +140,11 @@ file_line { 'DB_PASSWORD':
# Modification of bin/setup file.
# As we already created the DB we don't need to recreate it.
file_line
{
'db:
setup
'
:
file_line
{
'db:
prepare
'
:
ensure
=>
present
,
path
=>
"
$_ds_project_directory
/bin/setup"
,
line
=>
" system! 'bin/rails db:schema:load db:seed'"
,
match
=>
" system! 'bin/rails db:
setup
'"
,
match
=>
" system! 'bin/rails db:
prepare
'"
,
require
=>
File
[
$_ds_project_directory
],
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment