saltstack-formulas / virtualenv-formula

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

[BUG] pillar.example is in wrong format #4

Closed mrichar1 closed 4 years ago

mrichar1 commented 4 years ago

The example in pillar.example has 2 errors:

  1. projects - the code actually iterates over virtualenv.project.items()
  2. path - the code actually looks for options.name
myii commented 4 years ago

@mrichar1 Thanks for this report. I can see the issue, where name doesn't appear under the mysite1 key. Would you be able to add this in a PR?