fix owner on /var/log/regluit

pull/1/head
Raymond Yee 2016-06-24 15:32:11 -07:00
parent 19e022e0b0
commit d7575455cd
2 changed files with 2 additions and 2 deletions

2
vagrant/Vagrantfile vendored
View File

@ -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

View File

@ -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