Class: PoiseApplicationPython::Resources::CeleryConfig::Resource
- Inherits:
-
Chef::Resource
- Object
- Chef::Resource
- PoiseApplicationPython::Resources::CeleryConfig::Resource
- Includes:
- AppMixin
- Defined in:
- lib/poise_application_python/resources/celery_config.rb
Overview
An application_celery_config resource to configure Celery workers.
Instance Attribute Summary collapse
-
#group ⇒ String
Owner for the Django application, defaults to application group.
-
#owner ⇒ String
Owner for the Django application, defaults to application owner.
Instance Attribute Details
#group ⇒ String
Owner for the Django application, defaults to application group.
59 |
# File 'lib/poise_application_python/resources/celery_config.rb', line 59 attribute(:group, kind_of: String, default: lazy { parent && parent.group }) |
#owner ⇒ String
Owner for the Django application, defaults to application owner.
63 |
# File 'lib/poise_application_python/resources/celery_config.rb', line 63 attribute(:owner, kind_of: String, default: lazy { parent && parent.owner }) |