You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the r10kgem on a windows system without adminstrator or symlink permissions the following error appears
Errno::EACCES: Permission denied @ rb_file_s_symlink - (../expected_1,
As r10k gem is a requirement of PDK this stops installation of pdk on corporate windows dev systems without admin/permissions.
Remove `spec` directory from gemspec
This change updates gemspec to ignore the `spec` directory when creating a gem file to allow the r10k gem to be installed on windows servers without admin or symlink creation access, this in turn allows PDK to be installed as a rubygem as per puppetlabs#1316
Describe the Bug
When installing the r10kgem on a windows system without adminstrator or symlink permissions the following error appears
Errno::EACCES: Permission denied @ rb_file_s_symlink - (../expected_1,
As r10k gem is a requirement of PDK this stops installation of pdk on corporate windows dev systems without admin/permissions.
Expected Behavior
The gem should install
Steps to Reproduce
Steps to reproduce the behavior:
gem install r10k
Environment
Additional Context
https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/create-symbolic-links
The text was updated successfully, but these errors were encountered: