Closed victorjtfranco closed 6 years ago
I appplied this recipe on an environment I manage on Engine Yard, but the env[:db_stack_name] had a value of 'postgres9_4', effectively setting the stack variable to an empty string, resulting in the cronjob not running.
env[:db_stack_name]
'postgres9_4'
stack
sudo grep 'db_stack_name' /etc/chef-custom/dna.json "db_stack_name": "postgres9_4",
I appplied this recipe on an environment I manage on Engine Yard, but the
env[:db_stack_name]
had a value of'postgres9_4'
, effectively setting thestack
variable to an empty string, resulting in the cronjob not running.