saltstack-formulas / salt-formula

Yes, Salt can Salt itself!
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
198 stars 421 forks source link

fix(tpl_path): salt master conf files #451

Closed sticky-note closed 4 years ago

sticky-note commented 4 years ago

Before this fix, the file.recurse's source resolved to this path:

source:
  salt://salt/master/files/master.d

whereas the path where are located tpls is : salt://salt/files/master.d Correction just replace slspath by tplroot

Also done everywhere slspath is used ..

myii commented 4 years ago

@sticky-note Can you make the same change throughout this formula?

See #452.

sticky-note commented 4 years ago

@myii Done.

myii commented 4 years ago

Brilliant, thanks @sticky-note -- merged.

saltstack-formulas-travis commented 4 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: