anewb
anewb
Thanks for your reply. So if i want to specify that a user exists and has a certain password i would have to do ``` postgresql_credentials = chef_vault_item("credentials", "postgresql") postgresql_user...
I have tried that and the update action does not do anything if the user does not exist. It does not throw an error in that case. So if i...
I have to admit i'm not quite sure what exactly i am supposed to do ; )
Hi, i am just doing exactly what i described in 'Steps to reproduce', nothing more. I don't know about run_context. Every other resource i have worked with until now does...
A workaround might be to manually calculate to fraction of the day like this: `t = Time.parse('10:30')` `day_fraction = (t.sec + t.min*60 + t.hour*3600).to_f/(24*3600)`, set the cell value to `day_fraction`...