This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Cookbook Name:: delayed_job | |
# Recipe:: default | |
# | |
if %w(solo app app_master).include?(node[:instance_role]) | |
user = node[:owner_name] | |
framework_env = node[:environment][:framework_env] | |
# Be sure to replace APP_NAME with the name of your application. |