Markus Schuster

Results 1 issues of Markus Schuster

In [`lib/pupistry/agent.rb`](https://github.com/jethrocarr/pupistry/blob/master/lib/pupistry/agent.rb#L173) (`build_modulepath` sub) you forcefully prepend '/modules' to the modulepath no matter what. In my case that's rather harmful as I have a environment.conf containing `modulepath = modules/local:modules/external` where...