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
I'm working on voxpupuli/puppet-rundeck#134 and the module was recently modified to use augeas. Augeas isn't included by default in puppet 4, so I added the gems to the gemfile. Travis is unable to build them because libaugeas isn't installed.
Is there a better way to do this than enabling sudo and installing libaugeas?
The text was updated successfully, but these errors were encountered:
I have run into this issue a few times with ruby 2.x. There is no way, that I am aware of installing augeas without installing the ruby package and having libaugeas-dev package installed.
Hello:
I'm working on voxpupuli/puppet-rundeck#134 and the module was recently modified to use augeas. Augeas isn't included by default in puppet 4, so I added the gems to the gemfile. Travis is unable to build them because libaugeas isn't installed.
Is there a better way to do this than enabling sudo and installing libaugeas?
The text was updated successfully, but these errors were encountered: