saltstack-formulas / postgres-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
77 stars 283 forks source link

fix(jinja): use json filter #312

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

Bug fix:

Running scope as unit run-5386.scope.
                    No package u'libicu' available.
                    Error: Nothing to do

But package is there:

# yum install libicu
Resolving Dependencies
--> Running transaction check
---> Package libicu.x86_64 0:50.2-3.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=======================================================================================================================================
 Package                        Arch                           Version                              Repository                    Size
=======================================================================================================================================
Installing:
 libicu                         x86_64                         50.2-3.el7                           base                         6.9 M
Transaction Summary
=======================================================================================================================================
Install  1 Package
Total download size: 6.9 M
Installed size: 24 M
Is this ok [y/d/N]: n

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

saltstack-formulas-travis commented 3 years ago

:tada: This PR is included in version 0.41.8 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: