chef-cookbooks icon indicating copy to clipboard operation
chef-cookbooks copied to clipboard

Open source chef cookbooks.

Results 21 chef-cookbooks issues
Sort by recently updated
recently updated
newest added

Stuff like `FB::Fstab.get_unmasked_base_mounts` isn't safe to call from random cookbooks as it relies on node data that may not necessarily be there or be correct. Audit all methods, codemod the...

`:now` is suppsoed to reboot *now* (if allowed). But it has an undocumented FB-ism, that if you're in firstboot, it switches to managed reboots: ``` action :now do # TODO...

`fb_network_scripts` does some trickery under the hood to in-place modify configs to try and avoid network restarts at much as possible. This is great, but the changes don't get reflected...

default file doesn't run tmpreaper for anything by default and only adds new calls based on what people add to the API. The default API does not include anything in...

https://github.com/facebook/chef-cookbooks/pull/140/checks?check_run_id=828494452#step:4:3518

I'm leaving it out of my testing PR, but it needs defaults for all it's values in attributes... Thought to be honest, I would actually pull all that configurability of...

We're using `Debug::pkgAcquire::Worker` and this patch to debug https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2003851 which we run into occasionally.

CLA Signed

# Context At Etsy, we've gone all-in on using this repository and the philosophy it represents (which we call the "Facebook pattern"), and have been working on refactoring our Chef...

## Description - Allows `fb_postfix` to be used on Debian families. - Removes default `fb_postfix` `main.cf` settings for Debian families since we see errors from them. ## Context / Why...

CLA Signed

## Description This PR fixes a bug where the `template_hash_handler` in `fb_apache` silently skips over `Array` values. Now these values are rendered as if they were in the top-level `VirtualHost`...

CLA Signed