Correct ownership of nvm dir
This commit is contained in:
parent
cc6c9a92f5
commit
7244f88d47
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class shell {
|
||||||
|
|
||||||
file { 'nvm config directory':
|
file { 'nvm config directory':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
owner => 'jake',
|
||||||
|
group => 'users',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
path => '/home/jake/.nvm'
|
path => '/home/jake/.nvm'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue