|
This is trivial to work around, but it threw me off when I first saw it and figured I would write it up really quick in case someone else comes across the same.
Some resources will fail when running `puppet agent --test` if your current working directory is within an sshfs mount.
Here are relevant error messages from two resources failing in this way, vcsrepo and nfs:
``` Error: /Stage[main]/Nfs::Client::Service/Service[rpcbind]/enable: change from false to true failed: Could not enable rpcbind: Notice: /Stage[main]/Nfs::Client/Anchor[nfs::client::end]: Dependency Service[rpcbind] has failures: true
Error: /Stage[main]/Backdat::Install/Vcsrepo[/opt/backdat]: Could not evaluate: Permission denied @ dir_chdir - /mnt/puppetenv ```
Could be related to PUP-5915, but I'm not certain.
|