saltstack-formulas / alcali-formula

Saltstack formula to install Alcali: a web based tool(GUI) for monitoring and administrating Saltstack Salt.
https://alcali.dev
MIT License
11 stars 20 forks source link

fix(rendering): set auth_backend default #10

Closed noelmcloughlin closed 3 years ago

noelmcloughlin commented 3 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

This PR fixes rendering no-pillars rendering error by defining auth_backend

[CRITICAL] Rendering SLS 'base:alcali.package.install' failed: Jinja variable 'dict object' has no attribute 'auth_bac
kend'
local:
    Data failed to compile:
----------
    Rendering SLS 'base:alcali.package.install' failed: Jinja variable 'dict object' has no attribute 'auth_backend'

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

sticky-note commented 3 years ago

Thanks @noelmcloughlin