Brian Flad
Brian Flad
Personally, I'd rather fix this the "right way" by having the Opscode apache/selinux cookbook handle the SELinux boolean handling. We'd then just add the appropriate default logic here. It looks...
Resurrecting this old discussion. Has the Chef landscape changed here with respect to selinux handling?
It's an interesting idea. When I was testing Stash via just Vagrant, I always went through the whole initial setup flow for each OS to ensure it was actually setting...
Now, that said, we have issues testing today like #99 and the LWRPs in general. Personally I'd feel more comfortable changing the LWRPs with tests added when there's a fully...
I'm fairly confident that its stored in the database. How deep are you looking to manage the configuration? Just the server/attribute properties or users/permissions as well? Let me poke around...
I'd imagine they can set in here: ``` mysql> use stash; Reading table information for completion of table and column names You can turn off this feature to get a...
@cstewart87 any luck diving into this more?
I copied the other maintainers on #109 to see if we should worry about adding tests before/after this PR so you don't have to wait. Have you been using this...
Looks like it was baked into the hook/repo LWRP load_current_resource method. I'll do some research to see if it can't be conditional here: https://github.com/bflad/chef-stash/blob/master/libraries/helper.rb#L102
Are you definitely positive its actually _installing_ the RubyGem each time? Can run in DEBUG mode to truly see. According to [CHEF-4043](http://tickets.opscode.com/browse/CHEF-4043) and looking at the underlying Chef provider code,...