Check pyenv permissions
This commit is contained in:
parent
e0be6ae3b8
commit
c9a6ec3b60
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ class common {
|
|||
command => 'archlinux-java set intellij-jdk',
|
||||
unless => 'archlinux-java get | grep intellij-jdk'
|
||||
}
|
||||
exec {'pyenv directory permissions':
|
||||
command => 'chown -R jake:users /opt/pyenv',
|
||||
unless => 'getfacl /opt/pyenv | grep "owner: jake"'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue