Jeff Geerling

Results 1857 comments of Jeff Geerling

It looks like there may also be other issues when reading the book in Calibres, with a custom stylesheet not defining the base text colors... from another reader: > As...

The LeanPub admins also wanted to make sure I linked to a help doc entry here: [How can I read a Leanpub ebook? What apps or devices do you recommend?](http://help.leanpub.com/en/articles/3045130-how-can-i-read-a-leanpub-ebook-what-apps-or-devices-do-you-recommend)....

@maelcum - Thanks for the update! Maybe iBooks itself is updated to work a little better, along with LeanPub updating it's ePub output. Hopefully this can be resolved somehow soon!

I have gone both ways on this, for the book examples: - On the one hand, as you mention, for production use, you should always use specific versions (tags), ideally...

@aharden Agreed. I think at a minimum I'll do that, and put a 'Warning' aside. Thanks for the suggestion!

@binaryfire - I'm still holding onto a slim margin of hope that someday Ansible itself could have a 'freeze' file or something so you could just define a range in...

I know it works with at least one requirements file—[Drupal VM's](https://github.com/geerlingguy/drupal-vm/blob/master/provisioning/requirements.yml)—because I built this playbook after getting frustrated keeping it up to date. See related: https://github.com/geerlingguy/drupal-vm/issues/2013

I'd presume those would be taken care of by the playbook; since different OSes have different base sets of packages (and some run minimal while others run a full OS),...

Reading through the docs: > Note that many modules have, in addition to a .load file, an associated .conf file. Enabling the module puts the configuration directives in the .conf...

This functionality should be triggered by `apache_remove_default_vhost` set to `true`. I need to check the contents of those files and make sure they're all safe to discard by default, though....