Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
typo3-solr
Commits
23ff4190
Commit
23ff4190
authored
Oct 03, 2017
by
Stefan Galinski
🎮
Browse files
[BUGFIX] Fix permission hazzle
parent
3c526f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
providers/app.rb
View file @
23ff4190
...
...
@@ -32,7 +32,7 @@ action :add do
# Move solr and adjust permissions to the final destination
bash
'Move Solr'
do
user
'
vagran
t'
user
'
roo
t'
timeout
3000000
action
:run
only_if
{
...
...
@@ -57,7 +57,7 @@ action :add do
execute
'systemctl enable solr'
# Fetch the solr TYPO3 extension
bash
'Fetch Solr'
do
bash
'Fetch
TYPO3
Solr'
do
user
'vagrant'
timeout
3000000
action
:run
...
...
@@ -73,8 +73,8 @@ action :add do
end
# Unpack and copy directories to the final location
bash
'
Move Solr
'
do
user
'
vagran
t'
bash
'
Copy TYPO3 Solr configuration
'
do
user
'
roo
t'
timeout
3000000
action
:run
only_if
{
...
...
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