Fabio

Results 45 issues of Fabio

Add the default vagrant public key to the list of allowed users

enhancement

Not sure if it is a requirement for docker-machine drivers but it seems that the xhyve driver is not setting it! ``` $ docker-machine create remove --driver xhyve .... Docker...

Follow up of other issues / PRs related to doing OCR of receipts, leveraging the work on https://github.com/fgrehm/serenata-ocr

analysis
data collection

I wanted to make sure my deploy user is ready to log in the machine and run gem executables without having to remember to run `rbenv rehash` whenever a new...

enhancement

I've just ran into this guy today and haven't seen anything about it on the README, I'll give a shot at using it later on and contribute back some documentation...

enhancement

Example: ``` puppet exec { 'install-passenger': command => 'passenger-install-apache2-module --auto', path => "${deploy_home}/.rbenv/bin:${deploy_home}/.rbenv/versions/${ruby_version}/bin:/bin:/usr/bin", user => 'root', } ``` Could be written as: ``` puppet rbenv::exec { 'install-passenger': command => 'passenger-install-apache2-module...

enhancement

If we were using classes we could have a base [params class](http://docs.puppetlabs.com/guides/style_guide.html#class-parameter-defaults) like [this](https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/params.pp) to [avoid](https://github.com/alup/puppet-rbenv/blob/master/manifests/install.pp#L9-14) [this](https://github.com/alup/puppet-rbenv/blob/master/manifests/compile.pp#L14-22) [kind](https://github.com/alup/puppet-rbenv/blob/master/manifests/gem.pp#L13-15) [of](https://github.com/alup/puppet-rbenv/blob/master/manifests/definition.pp#L10-11) [duplication](https://github.com/alup/puppet-rbenv/blob/master/manifests/plugin.pp#L11-12). Is there anything we could do to have something similar...

Hey there, not sure if it is an issue with whatever http / ruby version we're using but I noticed that my user agent is not properly set as a...

Hey folks! Would you be open to a feature that would allow us to make use of different image cache tags for reading / writing? For example: ```yaml apiVersion: kpack.io/v1alpha2...

needs discussion