Commit 279ab334dc791e09272cbc5d6234cf6805865a41
1 parent
2272ba4e
Exists in
master
and in
90 other branches
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 '/var/log/colab' do | @@ -20,7 +20,7 @@ directory '/var/log/colab' do | ||
| 20 | end | 20 | end |
| 21 | 21 | ||
| 22 | directory '/var/lock/colab' do | 22 | directory '/var/lock/colab' do |
| 23 | - owner 'root' | 23 | + owner 'colab' |
| 24 | group 'colab' | 24 | group 'colab' |
| 25 | mode 0755 | 25 | mode 0755 |
| 26 | end | 26 | end |