saltstack-formulas / iscsi-formula

Manage iSCSI Target and Initiator via SaltStack (FreeBSD & GNU/Linux)
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
8 stars 7 forks source link

fix(config): fix jinja; only create conf files if pillar data #29

Closed noelmcloughlin closed 4 years ago

noelmcloughlin commented 4 years ago

This PR fixes a major bug.

Bug

Improvement If no "configuration" is defined in pillar data then do not create the configuration file. The default configuration file provided by the package is good enough.

aboe76 commented 4 years ago

@noelmcloughlin nice work !!!

saltstack-formulas-travis commented 4 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket:

noelmcloughlin commented 4 years ago

Thanks @aboe76 for the review.