david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
57 stars 37 forks source link

Make API definition cache dir configurable #68

Open jcmcken opened 8 years ago

jcmcken commented 8 years ago

I'll provide a PR if you'll accept it. I have a use-case where I'm utilizing python-foreman in an Apache app, and in RHEL-based distros of httpd the apache user's home dir is not writable (so the cache dir creation fails). If I could point to an alternate directory, it would make my life a bit easier

david-caro commented 8 years ago

Sounds great :)