Commit 279ab334dc791e09272cbc5d6234cf6805865a41

Authored by usuario usuario
1 parent 2272ba4e

Update /var/lock/colab/ owner

Sigend-of-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/colab/recipes/default.rb
... ... @@ -20,7 +20,7 @@ directory &#39;/var/log/colab&#39; do
20 20 end
21 21  
22 22 directory '/var/lock/colab' do
23   - owner 'root'
  23 + owner 'colab'
24 24 group 'colab'
25 25 mode 0755
26 26 end
... ...