saltstack-formulas / nginx-formula

Nginx Salt Formula
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
163 stars 421 forks source link

Fix sites-available bug in formula logic #209

Closed noelmcloughlin closed 5 years ago

noelmcloughlin commented 5 years ago

This PR fixes bugs related to managed server files being saved to wrong directory (conf.d)

There is no pillar named 'available' in this formula.

{{ server_path(server, nginx.servers.managed.get(server).get('available')) }}

Updated the Pillar example to clarify this.

  {{ server_path(server, nginx.servers.managed.get(server).get('available_dir')) }}

Resolves #188

aboe76 commented 5 years ago

@noelmcloughlin nice find!!!