puppet-airflow icon indicating copy to clipboard operation
puppet-airflow copied to clipboard

Puppet module to provision Airbnb's Airflow

Results 4 puppet-airflow issues
Sort by recently updated
recently updated
newest added

- scope['variable'] added (https://puppet.com/docs/puppet/5.3/lang_template_erb.html#scopevariable-or-scopelookupvarvariable) - new variable 'celery_ssl_active = false' for proper celary startup - puppet-lint fixes

I found some issues which may be fixed: * in the templates' files for the services like _webserver_ or _worker_ the syntax for variables is as follow: ``` @foo ```...

Hello! Have to modify erb templates for services. Previous variables declaration style ( '@variable') doesn't work properly in my case. I tested it on vagrant box with centos7 and puppet...

``` class inhouse_airflow::install { class { 'airflow': } } ``` `Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a...