noelmcloughlin
e313401cd6
fix(jinja): stop repeating user/group args
2020-09-11 23:27:30 +01:00
noelmcloughlin
d61e671fa0
fix(windows): group arg not supported on windows
2020-09-11 23:00:33 +01:00
noelmcloughlin
887d1559b5
fix(windows): group name is users not root
2020-09-11 22:12:07 +01:00
noelmcloughlin
0c591bba95
fix(windows): git.latest(parallel:true) does not work
2020-09-11 22:03:25 +01:00
noelmcloughlin
a36f2eb2d2
fix(windows): dont run master state
2020-09-11 20:53:00 +01:00
semantic-release-bot
2dcd0c80ef
chore(release): 1.5.1 [skip ci]
...
## [1.5.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.0...v1.5.1 ) (2020-08-25)
### Bug Fixes
* **service:** service salt-master and salt-minion to restart last ([d71cf0c ](https://github.com/saltstack-formulas/salt-formula/commit/d71cf0c4f9ba716b93b784993f0409337e60fa18 ))
* **service:** svc `salt-master` watch `remove-default-master-conf-file` ([e1774e3 ](https://github.com/saltstack-formulas/salt-formula/commit/e1774e3b40c54b554552ecf34508c1bcbf5ffbd1 ))
### Styles
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([76e820c ](https://github.com/saltstack-formulas/salt-formula/commit/76e820c36f6f0ea712001285dd79cbd5b54489e8 ))
v1.5.1
2020-08-25 22:00:00 +00:00
Imran Iqbal and GitHub
aecf1743fe
Merge pull request #482 from remichristiaan/restart_master_minion_last
...
fix(service): service salt-master and salt-minion to restart last
2020-08-25 22:46:36 +01:00
RemiChristiaan
d71cf0c4f9
fix(service): service salt-master and salt-minion to restart last
...
When running a high-state on the salt-master to deploy itself, the run fails
with an Authentication error occurred because the master restarts half way though.
2020-07-27 15:11:37 +02:00
Imran Iqbal
76e820c36f
style(libtofs.jinja): use Black-inspired Jinja formatting [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/237
2020-07-19 23:28:36 +01:00
Imran Iqbal and GitHub
88b5b451b2
Merge pull request #474 from sticky-note/fix/service
...
fix(service): service `salt-master` watch `remove-default-master-conf…
2020-07-17 13:19:25 +01:00
sticky-note
e1774e3b40
fix(service): svc salt-master watch remove-default-master-conf-file
2020-07-16 13:21:09 +11:00
semantic-release-bot
342e82271b
chore(release): 1.5.0 [skip ci]
...
# [1.5.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.6...v1.5.0 ) (2020-07-15)
### Bug Fixes
* **macos:** use macos service names ([c72b183 ](https://github.com/saltstack-formulas/salt-formula/commit/c72b183f5ff885b30f0ac0fff8c9a847333a9304 ))
* **minion:** fix requisites from recent prs ([a466456 ](https://github.com/saltstack-formulas/salt-formula/commit/a46645607b3e20cf2f69a51e976457c201830c4c ))
### Features
* **macos:** basic launchctl service support ([94027f7 ](https://github.com/saltstack-formulas/salt-formula/commit/94027f7332093764553162d9e80074029647f7ef ))
### Tests
* **versions:** bump pkg versions ([37eb3b3 ](https://github.com/saltstack-formulas/salt-formula/commit/37eb3b35141885fe16ddc59d0ba45b29dbd5babe ))
v1.5.0
2020-07-15 16:45:13 +00:00
Imran Iqbal and GitHub
5cee96484d
Merge pull request #477 from noelmcloughlin/fx
...
fix(minion): fix requisites from recent prs
2020-07-15 16:25:21 +01:00
N
a46645607b
fix(minion): fix requisites from recent prs
2020-07-15 14:24:56 +01:00
N and GitHub
497fbdda16
Merge pull request #447 from noelmcloughlin/macos
...
feat(macos): basic launchctl service support (WIP)
2020-07-15 11:42:53 +01:00
N and GitHub
e596cf671f
Merge branch 'master' into macos
2020-07-15 11:42:03 +01:00
Imran Iqbal
db8570609c
chore(gemfile.lock): update to latest gem versions (2020-W27) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/235
2020-07-06 14:31:03 +01:00
semantic-release-bot
2fe947dc0d
chore(release): 1.4.6 [skip ci]
...
## [1.4.6](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.5...v1.4.6 ) (2020-07-01)
### Bug Fixes
* **freebsd:** command `at` is already present in base system ([b6ab1b1 ](https://github.com/saltstack-formulas/salt-formula/commit/b6ab1b1d543908ea050cdb928a255dd4e2a3384d ))
v1.4.6
2020-07-01 05:02:10 +00:00
Imran Iqbal and GitHub
daaa04a102
Merge pull request #473 from sticky-note/fix/at-freebsd
...
fix(freebsd): command `at` is already present in base system
2020-07-01 05:47:41 +01:00
sticky-note
b6ab1b1d54
fix(freebsd): command at is already present in base system
2020-07-01 13:45:27 +11:00
semantic-release-bot
34e51224c5
chore(release): 1.4.5 [skip ci]
...
## [1.4.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.4...v1.4.5 ) (2020-06-28)
### Bug Fixes
* **windows:** `py2` should still be default like other platforms ([62f6d39 ](https://github.com/saltstack-formulas/salt-formula/commit/62f6d39d63cc2e5c134571e20518f7da8c17e09e ))
### Continuous Integration
* **github:** add Windows testing using Actions ([1eca9c7 ](https://github.com/saltstack-formulas/salt-formula/commit/1eca9c75519d9ad97dc6526fa83a56477da16579 ))
### Tests
* **windows:** add local testing of Windows using Vagrant/Virtualbox ([0465af7 ](https://github.com/saltstack-formulas/salt-formula/commit/0465af72dac6d8609f918ce32796c91157422358 ))
v1.4.5
2020-06-28 22:31:30 +00:00
Imran Iqbal and GitHub
38e385622d
Merge pull request #471 from dafyddj/test-windows
...
Add testing for Windows (both local and CI)
2020-06-28 23:17:20 +01:00
Dafydd Jones
9a88243624
chore(gemfile.lock): update for kitchen-vagrant
2020-06-26 17:03:40 +01:00
Dafydd Jones
62f6d39d63
fix(windows): py2 should still be default like other platforms
...
* add `-` if someone supplies `py3` in pillar, like other platforms
2020-06-26 17:03:40 +01:00
Dafydd Jones
0465af72da
test(windows): add local testing of Windows using Vagrant/Virtualbox
2020-06-26 17:03:40 +01:00
Dafydd Jones
1eca9c7551
ci(github): add Windows testing using Actions
2020-06-26 16:43:51 +01:00
Imran Iqbal
1ffceaf580
chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/233
2020-06-26 12:47:14 +01:00
semantic-release-bot
4286cad41f
chore(release): 1.4.4 [skip ci]
...
## [1.4.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.3...v1.4.4 ) (2020-06-23)
### Continuous Integration
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([f66a09c ](https://github.com/saltstack-formulas/salt-formula/commit/f66a09c2d69bf676113be9073cd365860e8548a3 ))
* **kitchen+travis:** adjust matrix to add `3001` ([9060879 ](https://github.com/saltstack-formulas/salt-formula/commit/90608799249147f8c0d9e3189b865d8999dc4e5f ))
### Tests
* **sodium:** add pillar and tests for `3001` ([42cacc2 ](https://github.com/saltstack-formulas/salt-formula/commit/42cacc253f9f0fbf1411ac19f9dc4169aef5d3f5 ))
v1.4.4
2020-06-23 09:56:47 +00:00
Imran Iqbal and GitHub
91b0dabbe3
Merge pull request #472 from myii/ci/add-3001
...
ci(kitchen+travis): adjust matrix to add `3001`
2020-06-23 10:24:43 +01:00
Imran Iqbal
9060879924
ci(kitchen+travis): adjust matrix to add 3001
...
* Semi-automated using https://github.com/myii/ssf-formula/pull/230
2020-06-23 09:55:46 +01:00
Imran Iqbal
7115904da9
chore(formula): update from template-formula & add Oracle
2020-06-23 09:55:44 +01:00
Imran Iqbal
42cacc253f
test(sodium): add pillar and tests for 3001
2020-06-23 09:55:44 +01:00
Imran Iqbal
4f5e51184c
chore(gemfile.lock): update to latest gem versions (2020-W25) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/229
2020-06-21 12:59:35 +01:00
Imran Iqbal
f66a09c2d6
ci(kitchen): use saltimages Docker Hub where available [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/223
2020-06-15 16:59:57 +01:00
Imran Iqbal
1826ca8921
chore(gemfile.lock): update to latest gem versions [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/222
2020-06-15 15:10:54 +01:00
N
c72b183f5f
fix(macos): use macos service names
...
X
2020-06-13 21:47:45 +01:00
N
6d6e2b9fd4
Merge branch 'macos' of https://github.com/noelmcloughlin/salt-formula into macos
2020-06-13 21:16:36 +01:00
N
f389b19a49
chore(hashsum): add values for master/minion files
2020-06-13 21:11:58 +01:00
N
8875b93eb7
chore(pr): adopt pr comments; indent jinja
2020-06-13 21:11:28 +01:00
N
419352f6ce
Merge branch 'master' of https://github.com/saltstack-formulas/salt-formula into macos
2020-06-13 20:33:36 +01:00
Imran Iqbal
43dd0c7efc
chore(gemfile.lock): update to latest gem versions [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/221
2020-06-05 22:20:18 +01:00
semantic-release-bot
dde34ca48e
chore(release): 1.4.3 [skip ci]
...
## [1.4.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.2...v1.4.3 ) (2020-06-01)
### Tests
* **pkgs_spec:** simplify using `match` (trigger: update for `suse`) ([b2b1fee ](https://github.com/saltstack-formulas/salt-formula/commit/b2b1fee370060c82101526157dc2630a4453dfb8 )), closes [/travis-ci.org/github/myii/salt-formula/jobs/692337807#L2366-L2381](https://github.com//travis-ci.org/github/myii/salt-formula/jobs/692337807/issues/L2366-L2381 )
v1.4.3
2020-06-01 01:33:42 +00:00
Imran Iqbal and GitHub
6617d823dd
Merge pull request #469 from myii/test/update-versions
...
test(pkgs_spec): simplify using `match` (trigger: update for `suse`)
2020-06-01 02:19:35 +01:00
Imran Iqbal
b2b1fee370
test(pkgs_spec): simplify using match (trigger: update for suse)
...
* https://travis-ci.org/github/myii/salt-formula/jobs/692337807#L2366-L2381
- `opensuse` now has `3000.3` available
* Simplification is useful anyway, even without this (could still use `case`)
2020-06-01 01:52:08 +01:00
N and GitHub
3920ed3bd4
Merge branch 'master' into macos
2020-06-01 01:15:32 +01:00
N
4d901b94d1
Merge branch 'master' into macos
2020-06-01 01:08:54 +01:00
Imran Iqbal
335af0267e
chore(gemfile.lock): update to latest gem versions [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/202
2020-05-28 00:21:53 +01:00
semantic-release-bot
60ee1e4088
chore(release): 1.4.2 [skip ci]
...
## [1.4.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.1...v1.4.2 ) (2020-05-26)
### Bug Fixes
* **opensuse:** use appropriate upstream repo ([5d9a92b ](https://github.com/saltstack-formulas/salt-formula/commit/5d9a92bf1d567cf25916239c2b11828fe625fd17 ))
### Continuous Integration
* **kitchen+travis:** adjust matrix to add `3000.3` [skip ci] ([a333801 ](https://github.com/saltstack-formulas/salt-formula/commit/a3338018fbf0f770c41a6523473eb42123daa435 ))
* **kitchen+travis:** adjust matrix to add `opensuse-leap-15.2` ([7fc32fb ](https://github.com/saltstack-formulas/salt-formula/commit/7fc32fb0fb739a713c58d1642cd206106270322e ))
* **kitchen+travis:** adjust matrix to add `opensuse-leap-15.2` ([1afa84e ](https://github.com/saltstack-formulas/salt-formula/commit/1afa84e1af2132763b6dbdaff98892dd35bf9f1c ))
* **travis:** add notifications => zulip [skip ci] ([7e2a9c0 ](https://github.com/saltstack-formulas/salt-formula/commit/7e2a9c0acd8dff358cfb80a14eaa596e3abf3e60 ))
* **workflows/commitlint:** add to repo [skip ci] ([38ebe56 ](https://github.com/saltstack-formulas/salt-formula/commit/38ebe5653b72fb5b9e11fdeef9c8f394600bd2ff ))
### Tests
* **pkgs_spec:** update for releases `3000.3` & `2019.2.5` ([5917569 ](https://github.com/saltstack-formulas/salt-formula/commit/591756946403d17228a59b46ab48f6d1985743e2 ))
* **pkgs_spec:** update version installed on `fedora` ([301a988 ](https://github.com/saltstack-formulas/salt-formula/commit/301a9884ac0159ead8324b6ab4eaa170943b92f8 ))
v1.4.2
2020-05-26 04:03:35 +00:00
Imran Iqbal and GitHub
972fc63d3d
Merge pull request #467 from myii/ci/add-opensuse-leap-15.2
...
ci(kitchen+travis): adjust matrix to add `opensuse-leap-15.2`
2020-05-26 04:49:43 +01:00
Imran Iqbal
301a9884ac
test(pkgs_spec): update version installed on fedora
2020-05-26 03:46:55 +01:00