Phil Dibowitz

Results 89 issues of Phil Dibowitz

This is a cookbook to manage SSH using the FB attribute-driven model. It handles daemon and client configs as well as authorized_keys and authorized_principals. There is something worth noting here:...

CLA Signed

This is a very simple cookbook to install and configure smartmontools. This was primarily written by @infcted

CLA Signed

This cookbook manages Nginx using the FB attribute-driven model. It is heavily based off of `fb_apache`, with a few extra nicities thrown in. NOTE: Needs some testing on a RH-like...

CLA Signed

This cookbook aims to manage NetworkManager in the most controlled way possible. It might-could-should be sent over to CPE cookbooks, I can redirect over there if preferred. While, much to...

CLA Signed

This is a very simple cookbook to manage `sssd` a common staple on modern Linux machines - both servers and client machines. I've tried to stick as close as possible...

CLA Signed

According to both the docs *and* the logs, '_clowntown_override_file_method' allows you to add additional restrictions to when override files take effect, but if it's not defined, then they always take...

`: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...

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...

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...