Jeremiah Snapp

Results 12 comments of Jeremiah Snapp

I'm not sure but it might be helpful to take a look at how other products handle their attribute calculation. ### Chef Server https://github.com/chef/chef-server/blob/12.4.1/omnibus/files/private-chef-cookbooks/private-chef/recipes/show_config.rb https://github.com/chef/chef-server/blob/12.4.1/omnibus/files/private-chef-cookbooks/private-chef/libraries/private_chef.rb#L598 ### Analytics Server https://github.com/chef/chef-analytics/blob/1.3.0/omnibus/files/cookbooks/opscode-analytics/recipes/show_config.rb https://github.com/chef/chef-analytics/blob/1.3.0/omnibus/files/cookbooks/opscode-analytics/libraries/analytics.rb#L272

@fstrudel That's fantastic that you got all that. Nice work! I just finished creating my own procedure which ultimately is very similar to yours but its commands are more easily...

After some discussion it seems like this may not be an actual bug. For safety reasons non-admin users should not have the ability to bootstrap nodes by default. The desired...

Having a default bootstrap group sounds reasonable to me.

Actually, @marcparadise i'm not sure if you were asking about a default bootstrap group or if you were referring to the original issue description.

@petere I think I was just reading about this yesterday. Does this page describe the compression you are talking about? http://www.postgresql.org/docs/9.2/static/storage-toast.html

Is `/root/swprodadmin.pem` an encrypted key requiring a passphrase? I don't believe chef-load supports keys requiring a passphrase. Can you remove the passphrase from the key file and see if it...

We don't make an rpm for chef-load but you are free to create your own. The chef-load binary is available on [the releases page](https://github.com/chef/chef-load/releases). I'm pretty sure the chef-load binary...

The crash report shows `ERRO[0000] Could not create API client`. https://github.com/chef/chef-load/blob/master/lib/util.go#L88-L96 The root error message shown is `error="asn1: structure error: tags don't match (2 vs {class:0 tag:16 length:13 isCompound:true}) {optional:false...

I was having problems capturing debug log_level output as well but I think I figured out what's going on. Whenever I run `chef-client -z provision.rb -l debug` obviously a ton...