fix owner on /var/log/regluit
parent
19e022e0b0
commit
d7575455cd
|
@ -30,7 +30,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
"-e class=please",
|
||||
"-e hostname=please.unglue.it",
|
||||
"-e setdns=true",
|
||||
"-e branch=master"
|
||||
"-e branch=log_warnings"
|
||||
]
|
||||
end
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
|
||||
# provide a directory for django log file
|
||||
- name: make /var/log/regluit
|
||||
file: path=/var/log/regluit state=directory owner=root group={{user}} mode=0775
|
||||
file: path=/var/log/regluit state=directory owner={{user}} group={{user}} mode=0775
|
||||
|
||||
#Run syncdb on the application
|
||||
# TO DO: syncdb might be deprecated
|
||||
|
|
Loading…
Reference in New Issue