Skip to content

Commit e9c3aaa

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-10-04) ### Bug Fixes * **arch:** harden jinja for archlinux ([4ec440c](4ec440c)) * **archlinux:** update osfamilymap ([ea82c99](ea82c99)) * **clean:** fix clean kernel state ([a31079c](a31079c)) * **clean:** fix clean states ([f4224fc](f4224fc)) * **config:** only generate custom config if pillar data supplied ([8664023](8664023)) * **defaults:** fix username on archlinux ([6dfa8a1](6dfa8a1)) * **freebsd:** loader.conf is existing file ([d4d176f](d4d176f)) * **freebsd:** required changes for freebsd 11.2 ([1ef79ec](1ef79ec)) * **isns:** fix jinja in config file template ([8dfc993](8dfc993)) * **jinja:** fix error while parsing a flow ([8d9d959](8d9d959)) * **jinja:** fixes for file management ([2575062](2575062)) * **kernel:** fix kernel module states ([0fca2fa](0fca2fa)) * **kernelmod:** refactor kernel states ([9aac15a](9aac15a)) * **os:** better os mapping ([55e4cfb](55e4cfb)) * **os:** fix open-iscsi on archlinux ([43b2ad4](43b2ad4)) * **saltbug:** file.line is buggy; use file.prepend ([f72fe9e](f72fe9e)) * **saltbug:** fix for strange 'unless: <url>' bug ([5de113d](5de113d)) * **service:** only start service if enabled ([b8d8b7f](b8d8b7f)) * **suse:** service is called targetcli on Suse15 ([4f37896](4f37896)) * **target:** increase volsize and minor fixes ([9c50ef9](9c50ef9)) * **target:** some minor fixes ([ab04191](ab04191)) * **template:** comments not supported by json standard ([433d647](433d647)) * **tgt:** fix for tgtadm: invalid request ([de4b9f0](de4b9f0)) * **travis:** travis wants loop4-7 ([7671bec](7671bec)) * **ubuntu:** fix target service name on ubuntu ([36c63a7](36c63a7)) * **ubuntu:** update list of default packages ([bf99361](bf99361)) ### Code Refactoring * **formula:** align to template-formula & fix [#19](#19) ([dfb5b27](dfb5b27)) * **osmaps:** add osfinger, osmap ([add55e0](add55e0)) ### Documentation * **archlinux:** add user to pillar.example ([4b09216](4b09216)) * **example:** update pillars for travis ([ffc2ddd](ffc2ddd)) * **lint:** fix lint errors & skip service on centos/travis ([1a6161f](1a6161f)) * **readme:** list all states ([930fb9e](930fb9e)) * **readme:** update description ([02cad31](02cad31)) * **readme:** update documentation re. targets ([c90f86d](c90f86d)) * **suse:** update pillar example packages ([ff54b33](ff54b33)) * **unused:** removing depreciated docs/ files ([118a2d6](118a2d6)) ### Features * **kernel:** advice re kernel upgrades ([77d3625](77d3625)) ### Tests * **arch/cent:** updated kitchen tests ([d519be1](d519be1)) * **lint:** fix yamllint errors ([2ab2b3e](2ab2b3e)) * **matrix:** choose appropriate os ([42d9f7a](42d9f7a)) * **travis:** add dependency to lvm; update pillar data ([fb694a0](fb694a0)) * **travis:** add travis yml ([828f827](828f827)) * **travis:** change loop0-3 to loop4-7 ([17d3833](17d3833)) * **travis:** fix centos7 kernel ([b562cb0](b562cb0)) * **travis:** fixup yamllint ([9690093](9690093)) * **travis:** no iscsi target package for amazonlinux ([d2f2b4e](d2f2b4e)) * **travis:** workaround travis nuances ([61502c9](61502c9))
1 parent d172f61 commit e9c3aaa

File tree

5 files changed

+210
-1
lines changed

5 files changed

+210
-1
lines changed

AUTHORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Authors
2+
3+
This list is sorted by the number of commits per contributor in _descending_ order.
4+
5+
Avatar|Contributor|Contributions
6+
:-:|---|:-:
7+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|20
8+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|9
9+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|6
10+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/6215293?v=4' width='36' height='36' alt='@0xf10e'>|[@0xf10e](https://github.com/0xf10e)|6
11+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|2
12+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6025636?v=4' width='36' height='36' alt='@juadk'>|[@juadk](https://github.com/juadk)|2
13+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|1
14+
15+
---
16+
17+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-04.

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Changelog
2+
3+
# 1.0.0 (2019-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **arch:** harden jinja for archlinux ([4ec440c](https://github.com/saltstack-formulas/iscsi-formula/commit/4ec440c))
9+
* **archlinux:** update osfamilymap ([ea82c99](https://github.com/saltstack-formulas/iscsi-formula/commit/ea82c99))
10+
* **clean:** fix clean kernel state ([a31079c](https://github.com/saltstack-formulas/iscsi-formula/commit/a31079c))
11+
* **clean:** fix clean states ([f4224fc](https://github.com/saltstack-formulas/iscsi-formula/commit/f4224fc))
12+
* **config:** only generate custom config if pillar data supplied ([8664023](https://github.com/saltstack-formulas/iscsi-formula/commit/8664023))
13+
* **defaults:** fix username on archlinux ([6dfa8a1](https://github.com/saltstack-formulas/iscsi-formula/commit/6dfa8a1))
14+
* **freebsd:** loader.conf is existing file ([d4d176f](https://github.com/saltstack-formulas/iscsi-formula/commit/d4d176f))
15+
* **freebsd:** required changes for freebsd 11.2 ([1ef79ec](https://github.com/saltstack-formulas/iscsi-formula/commit/1ef79ec))
16+
* **isns:** fix jinja in config file template ([8dfc993](https://github.com/saltstack-formulas/iscsi-formula/commit/8dfc993))
17+
* **jinja:** fix error while parsing a flow ([8d9d959](https://github.com/saltstack-formulas/iscsi-formula/commit/8d9d959))
18+
* **jinja:** fixes for file management ([2575062](https://github.com/saltstack-formulas/iscsi-formula/commit/2575062))
19+
* **kernel:** fix kernel module states ([0fca2fa](https://github.com/saltstack-formulas/iscsi-formula/commit/0fca2fa))
20+
* **kernelmod:** refactor kernel states ([9aac15a](https://github.com/saltstack-formulas/iscsi-formula/commit/9aac15a))
21+
* **os:** better os mapping ([55e4cfb](https://github.com/saltstack-formulas/iscsi-formula/commit/55e4cfb))
22+
* **os:** fix open-iscsi on archlinux ([43b2ad4](https://github.com/saltstack-formulas/iscsi-formula/commit/43b2ad4))
23+
* **saltbug:** file.line is buggy; use file.prepend ([f72fe9e](https://github.com/saltstack-formulas/iscsi-formula/commit/f72fe9e))
24+
* **saltbug:** fix for strange 'unless: <url>' bug ([5de113d](https://github.com/saltstack-formulas/iscsi-formula/commit/5de113d))
25+
* **service:** only start service if enabled ([b8d8b7f](https://github.com/saltstack-formulas/iscsi-formula/commit/b8d8b7f))
26+
* **suse:** service is called targetcli on Suse15 ([4f37896](https://github.com/saltstack-formulas/iscsi-formula/commit/4f37896))
27+
* **target:** increase volsize and minor fixes ([9c50ef9](https://github.com/saltstack-formulas/iscsi-formula/commit/9c50ef9))
28+
* **target:** some minor fixes ([ab04191](https://github.com/saltstack-formulas/iscsi-formula/commit/ab04191))
29+
* **template:** comments not supported by json standard ([433d647](https://github.com/saltstack-formulas/iscsi-formula/commit/433d647))
30+
* **tgt:** fix for tgtadm: invalid request ([de4b9f0](https://github.com/saltstack-formulas/iscsi-formula/commit/de4b9f0))
31+
* **travis:** travis wants loop4-7 ([7671bec](https://github.com/saltstack-formulas/iscsi-formula/commit/7671bec))
32+
* **ubuntu:** fix target service name on ubuntu ([36c63a7](https://github.com/saltstack-formulas/iscsi-formula/commit/36c63a7))
33+
* **ubuntu:** update list of default packages ([bf99361](https://github.com/saltstack-formulas/iscsi-formula/commit/bf99361))
34+
35+
36+
### Code Refactoring
37+
38+
* **formula:** align to template-formula & fix [#19](https://github.com/saltstack-formulas/iscsi-formula/issues/19) ([dfb5b27](https://github.com/saltstack-formulas/iscsi-formula/commit/dfb5b27))
39+
* **osmaps:** add osfinger, osmap ([add55e0](https://github.com/saltstack-formulas/iscsi-formula/commit/add55e0))
40+
41+
42+
### Documentation
43+
44+
* **archlinux:** add user to pillar.example ([4b09216](https://github.com/saltstack-formulas/iscsi-formula/commit/4b09216))
45+
* **example:** update pillars for travis ([ffc2ddd](https://github.com/saltstack-formulas/iscsi-formula/commit/ffc2ddd))
46+
* **lint:** fix lint errors & skip service on centos/travis ([1a6161f](https://github.com/saltstack-formulas/iscsi-formula/commit/1a6161f))
47+
* **readme:** list all states ([930fb9e](https://github.com/saltstack-formulas/iscsi-formula/commit/930fb9e))
48+
* **readme:** update description ([02cad31](https://github.com/saltstack-formulas/iscsi-formula/commit/02cad31))
49+
* **readme:** update documentation re. targets ([c90f86d](https://github.com/saltstack-formulas/iscsi-formula/commit/c90f86d))
50+
* **suse:** update pillar example packages ([ff54b33](https://github.com/saltstack-formulas/iscsi-formula/commit/ff54b33))
51+
* **unused:** removing depreciated docs/ files ([118a2d6](https://github.com/saltstack-formulas/iscsi-formula/commit/118a2d6))
52+
53+
54+
### Features
55+
56+
* **kernel:** advice re kernel upgrades ([77d3625](https://github.com/saltstack-formulas/iscsi-formula/commit/77d3625))
57+
58+
59+
### Tests
60+
61+
* **arch/cent:** updated kitchen tests ([d519be1](https://github.com/saltstack-formulas/iscsi-formula/commit/d519be1))
62+
* **lint:** fix yamllint errors ([2ab2b3e](https://github.com/saltstack-formulas/iscsi-formula/commit/2ab2b3e))
63+
* **matrix:** choose appropriate os ([42d9f7a](https://github.com/saltstack-formulas/iscsi-formula/commit/42d9f7a))
64+
* **travis:** add dependency to lvm; update pillar data ([fb694a0](https://github.com/saltstack-formulas/iscsi-formula/commit/fb694a0))
65+
* **travis:** add travis yml ([828f827](https://github.com/saltstack-formulas/iscsi-formula/commit/828f827))
66+
* **travis:** change loop0-3 to loop4-7 ([17d3833](https://github.com/saltstack-formulas/iscsi-formula/commit/17d3833))
67+
* **travis:** fix centos7 kernel ([b562cb0](https://github.com/saltstack-formulas/iscsi-formula/commit/b562cb0))
68+
* **travis:** fixup yamllint ([9690093](https://github.com/saltstack-formulas/iscsi-formula/commit/9690093))
69+
* **travis:** no iscsi target package for amazonlinux ([d2f2b4e](https://github.com/saltstack-formulas/iscsi-formula/commit/d2f2b4e))
70+
* **travis:** workaround travis nuances ([61502c9](https://github.com/saltstack-formulas/iscsi-formula/commit/61502c9))

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iscsi
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 3.3.0
4+
version: 1.0.0
55
release: 1
66
minimum_version: 2017.7
77
summary: iscsi formula

docs/AUTHORS.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.. role:: raw-html-m2r(raw)
2+
:format: html
3+
4+
5+
Authors
6+
=======
7+
8+
This list is sorted by the number of commits per contributor in *descending* order.
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* - Avatar
14+
- Contributor
15+
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
17+
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
18+
- 20
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
20+
- `@aboe76 <https://github.com/aboe76>`_
21+
- 9
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>`
23+
- `@alxwr <https://github.com/alxwr>`_
24+
- 6
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/6215293?v=4' width='36' height='36' alt='@0xf10e'>`
26+
- `@0xf10e <https://github.com/0xf10e>`_
27+
- 6
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
29+
- `@javierbertoli <https://github.com/javierbertoli>`_
30+
- 2
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6025636?v=4' width='36' height='36' alt='@juadk'>`
32+
- `@juadk <https://github.com/juadk>`_
33+
- 2
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
35+
- `@nmadhok <https://github.com/nmadhok>`_
36+
- 1
37+
38+
39+
----
40+
41+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-04.

docs/CHANGELOG.rst

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
.. role:: raw=html=m2r(raw)
2+
:format: html
3+
4+
5+
Changelog
6+
---------
7+
8+
1.0.0 (2019-10-04)
9+
------------------
10+
11+
Bug Fixes
12+
^^^^^^^^^
13+
14+
15+
* **arch:** harden jinja for archlinux (\ `4ec440c <https://github.com/saltstack-formulas/iscsi-formula/commit/4ec440c>`_\ )
16+
* **archlinux:** update osfamilymap (\ `ea82c99 <https://github.com/saltstack-formulas/iscsi-formula/commit/ea82c99>`_\ )
17+
* **clean:** fix clean kernel state (\ `a31079c <https://github.com/saltstack-formulas/iscsi-formula/commit/a31079c>`_\ )
18+
* **clean:** fix clean states (\ `f4224fc <https://github.com/saltstack-formulas/iscsi-formula/commit/f4224fc>`_\ )
19+
* **config:** only generate custom config if pillar data supplied (\ `8664023 <https://github.com/saltstack-formulas/iscsi-formula/commit/8664023>`_\ )
20+
* **defaults:** fix username on archlinux (\ `6dfa8a1 <https://github.com/saltstack-formulas/iscsi-formula/commit/6dfa8a1>`_\ )
21+
* **freebsd:** loader.conf is existing file (\ `d4d176f <https://github.com/saltstack-formulas/iscsi-formula/commit/d4d176f>`_\ )
22+
* **freebsd:** required changes for freebsd 11.2 (\ `1ef79ec <https://github.com/saltstack-formulas/iscsi-formula/commit/1ef79ec>`_\ )
23+
* **isns:** fix jinja in config file template (\ `8dfc993 <https://github.com/saltstack-formulas/iscsi-formula/commit/8dfc993>`_\ )
24+
* **jinja:** fix error while parsing a flow (\ `8d9d959 <https://github.com/saltstack-formulas/iscsi-formula/commit/8d9d959>`_\ )
25+
* **jinja:** fixes for file management (\ `2575062 <https://github.com/saltstack-formulas/iscsi-formula/commit/2575062>`_\ )
26+
* **kernel:** fix kernel module states (\ `0fca2fa <https://github.com/saltstack-formulas/iscsi-formula/commit/0fca2fa>`_\ )
27+
* **kernelmod:** refactor kernel states (\ `9aac15a <https://github.com/saltstack-formulas/iscsi-formula/commit/9aac15a>`_\ )
28+
* **os:** better os mapping (\ `55e4cfb <https://github.com/saltstack-formulas/iscsi-formula/commit/55e4cfb>`_\ )
29+
* **os:** fix open-iscsi on archlinux (\ `43b2ad4 <https://github.com/saltstack-formulas/iscsi-formula/commit/43b2ad4>`_\ )
30+
* **saltbug:** file.line is buggy; use file.prepend (\ `f72fe9e <https://github.com/saltstack-formulas/iscsi-formula/commit/f72fe9e>`_\ )
31+
* **saltbug:** fix for strange 'unless: :raw-html-m2r:`<url>`\ ' bug (\ `5de113d <https://github.com/saltstack-formulas/iscsi-formula/commit/5de113d>`_\ )
32+
* **service:** only start service if enabled (\ `b8d8b7f <https://github.com/saltstack-formulas/iscsi-formula/commit/b8d8b7f>`_\ )
33+
* **suse:** service is called targetcli on Suse15 (\ `4f37896 <https://github.com/saltstack-formulas/iscsi-formula/commit/4f37896>`_\ )
34+
* **target:** increase volsize and minor fixes (\ `9c50ef9 <https://github.com/saltstack-formulas/iscsi-formula/commit/9c50ef9>`_\ )
35+
* **target:** some minor fixes (\ `ab04191 <https://github.com/saltstack-formulas/iscsi-formula/commit/ab04191>`_\ )
36+
* **template:** comments not supported by json standard (\ `433d647 <https://github.com/saltstack-formulas/iscsi-formula/commit/433d647>`_\ )
37+
* **tgt:** fix for tgtadm: invalid request (\ `de4b9f0 <https://github.com/saltstack-formulas/iscsi-formula/commit/de4b9f0>`_\ )
38+
* **travis:** travis wants loop4-7 (\ `7671bec <https://github.com/saltstack-formulas/iscsi-formula/commit/7671bec>`_\ )
39+
* **ubuntu:** fix target service name on ubuntu (\ `36c63a7 <https://github.com/saltstack-formulas/iscsi-formula/commit/36c63a7>`_\ )
40+
* **ubuntu:** update list of default packages (\ `bf99361 <https://github.com/saltstack-formulas/iscsi-formula/commit/bf99361>`_\ )
41+
42+
Code Refactoring
43+
^^^^^^^^^^^^^^^^
44+
45+
46+
* **formula:** align to template-formula & fix `#19 <https://github.com/saltstack-formulas/iscsi-formula/issues/19>`_ (\ `dfb5b27 <https://github.com/saltstack-formulas/iscsi-formula/commit/dfb5b27>`_\ )
47+
* **osmaps:** add osfinger, osmap (\ `add55e0 <https://github.com/saltstack-formulas/iscsi-formula/commit/add55e0>`_\ )
48+
49+
Documentation
50+
^^^^^^^^^^^^^
51+
52+
53+
* **archlinux:** add user to pillar.example (\ `4b09216 <https://github.com/saltstack-formulas/iscsi-formula/commit/4b09216>`_\ )
54+
* **example:** update pillars for travis (\ `ffc2ddd <https://github.com/saltstack-formulas/iscsi-formula/commit/ffc2ddd>`_\ )
55+
* **lint:** fix lint errors & skip service on centos/travis (\ `1a6161f <https://github.com/saltstack-formulas/iscsi-formula/commit/1a6161f>`_\ )
56+
* **readme:** list all states (\ `930fb9e <https://github.com/saltstack-formulas/iscsi-formula/commit/930fb9e>`_\ )
57+
* **readme:** update description (\ `02cad31 <https://github.com/saltstack-formulas/iscsi-formula/commit/02cad31>`_\ )
58+
* **readme:** update documentation re. targets (\ `c90f86d <https://github.com/saltstack-formulas/iscsi-formula/commit/c90f86d>`_\ )
59+
* **suse:** update pillar example packages (\ `ff54b33 <https://github.com/saltstack-formulas/iscsi-formula/commit/ff54b33>`_\ )
60+
* **unused:** removing depreciated docs/ files (\ `118a2d6 <https://github.com/saltstack-formulas/iscsi-formula/commit/118a2d6>`_\ )
61+
62+
Features
63+
^^^^^^^^
64+
65+
66+
* **kernel:** advice re kernel upgrades (\ `77d3625 <https://github.com/saltstack-formulas/iscsi-formula/commit/77d3625>`_\ )
67+
68+
Tests
69+
^^^^^
70+
71+
72+
* **arch/cent:** updated kitchen tests (\ `d519be1 <https://github.com/saltstack-formulas/iscsi-formula/commit/d519be1>`_\ )
73+
* **lint:** fix yamllint errors (\ `2ab2b3e <https://github.com/saltstack-formulas/iscsi-formula/commit/2ab2b3e>`_\ )
74+
* **matrix:** choose appropriate os (\ `42d9f7a <https://github.com/saltstack-formulas/iscsi-formula/commit/42d9f7a>`_\ )
75+
* **travis:** add dependency to lvm; update pillar data (\ `fb694a0 <https://github.com/saltstack-formulas/iscsi-formula/commit/fb694a0>`_\ )
76+
* **travis:** add travis yml (\ `828f827 <https://github.com/saltstack-formulas/iscsi-formula/commit/828f827>`_\ )
77+
* **travis:** change loop0-3 to loop4-7 (\ `17d3833 <https://github.com/saltstack-formulas/iscsi-formula/commit/17d3833>`_\ )
78+
* **travis:** fix centos7 kernel (\ `b562cb0 <https://github.com/saltstack-formulas/iscsi-formula/commit/b562cb0>`_\ )
79+
* **travis:** fixup yamllint (\ `9690093 <https://github.com/saltstack-formulas/iscsi-formula/commit/9690093>`_\ )
80+
* **travis:** no iscsi target package for amazonlinux (\ `d2f2b4e <https://github.com/saltstack-formulas/iscsi-formula/commit/d2f2b4e>`_\ )
81+
* **travis:** workaround travis nuances (\ `61502c9 <https://github.com/saltstack-formulas/iscsi-formula/commit/61502c9>`_\ )

0 commit comments

Comments
 (0)