diff --git a/modules/common/manifests/init.pp b/modules/common/manifests/init.pp index 0b321b6..31ab40c 100644 --- a/modules/common/manifests/init.pp +++ b/modules/common/manifests/init.pp @@ -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"' + } }