0
0
mirror of https://github.com/saltstack-formulas/timezone-formula.git synced 2024-11-28 03:27:59 +01:00
Commit Graph

141 Commits

Author SHA1 Message Date
Niels Abspoel
96e403ca08
Merge pull request #17 from n-rodriguez/wip/pillar
refactor(pillar): sync map.jinja with template-formula
2019-09-01 10:26:09 +02:00
Nicolas Rodriguez
cdd85c68c3 refactor(pillar): sync map.jinja with template-formula 2019-09-01 01:06:33 +02:00
Imran Iqbal
dbc811f1dc
Merge pull request #16 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
2019-08-27 21:41:11 +01:00
Imran Iqbal
80be7802e6
chore: use semantic-release cross-formula standard structure
* Semi-automated using https://github.com/myii/ssf-formula/pull/11
2019-08-27 21:31:29 +01:00
semantic-release-bot
c03a27dc61 chore(release): 0.4.0 [skip ci]
# [0.4.0](https://github.com/saltstack-formulas/timezone-formula/compare/v0.3.3...v0.4.0) (2019-08-27)

### Features

* **semantic-release:** add semantic-release ([5290b3e](https://github.com/saltstack-formulas/timezone-formula/commit/5290b3e))
2019-08-27 20:03:03 +00:00
Imran Iqbal
56c90bc75e
Merge pull request #14 from n-rodriguez/wip/sr
feat(semantic-release): add semantic-release
2019-08-27 20:55:03 +01:00
Nicolas Rodriguez
45d5e90c0f
Merge pull request #15 from n-rodriguez/wip/kitchen
ci(kitchen): remove useless test suite
2019-08-27 00:53:25 +02:00
Nicolas Rodriguez
95dd38ef3b ci(kitchen): remove useless test suite 2019-08-26 23:15:05 +02:00
Nicolas Rodriguez
5290b3eda7 feat(semantic-release): add semantic-release 2019-08-26 22:24:10 +02:00
Imran Iqbal
3cf2865ec7
Merge pull request #12 from n-rodriguez/wip/travis
ci(travis): add Inspec tests
2019-08-26 17:20:05 +01:00
Nicolas Rodriguez
168926a660 ci(travis): add Inspec tests 2019-08-26 10:30:19 +02:00
N
4657f44f09
Merge pull request #10 from noelmcloughlin/macos
fix(macos): add macos support
2019-06-18 01:41:10 +01:00
N
1e5eb0b53f
Merge branch 'master' of https://github.com/saltstack-formulas/timezone-formula into macos 2019-06-16 23:50:26 +01:00
N
e93df988bb
fix(macos): add macos support 2019-06-11 13:18:33 +01:00
Niels Abspoel
3c1235a662
Merge pull request #6 from mgomersbach/move-to-yaml-file
Set vars in YAML files
2018-10-15 19:41:02 +02:00
Mark Gomersbach
7e6ad3bbfd
Set vars in YAML files
- Add defaults YAML
- Add osfamilymap YAML
- Add lookup dict merge to support user overrides
- Add Gentoo support
2018-10-15 15:05:01 +02:00
Niels Abspoel
646159fc5b
Merge pull request #5 from camlog/feature-freebsdsupport
FreeBSD support
2018-02-17 14:05:30 +01:00
Cam Logie
61359d5798 Update FORMULA with FreeBSD support 2018-02-17 12:37:35 +00:00
Cam Logie
4159b888a1 Add FreeBSD support to map.jinja 2018-02-17 12:37:00 +00:00
Javier Bértoli
5231045cdb Merge pull request #3 from aboe76/fix_redhat
fix grain for RedHat
2017-01-04 20:31:54 -03:00
Niels Abspoel
d0ed929291 fix grain for RedHat 2016-11-17 20:45:51 +01:00
landergate
aee38cf2c5 Merge pull request #2 from aboe76/archlinux_support
Archlinux support
2016-11-17 12:34:12 +03:00
Niels Abspoel
34b3f68766 fix FORMULA file 2016-09-29 20:13:51 +02:00
Niels Abspoel
eef6aac26e add archlinux support 2016-09-29 20:12:32 +02:00
Niels Abspoel
8d310cd9d3 Merge pull request #1 from thomic/master
automatically install timezone packages and set symlink to localtime-file
2016-09-29 20:07:42 +02:00
Thorsten B
b3820ccccf Merge branch 'master' of github.com:thomic/timezone-formula
done
2016-09-29 18:46:39 +02:00
Florian Bittner
4e881296c7 Fix README.
Added FORMULA for Salt Package Manager

More detailed: https://docs.saltstack.com/en/latest/topics/spm/

install timezone pkg and update symlink based on osfamily

bugfix in symlink function

...#

another symlink bugfix testing

changed variable-names in jinja according to https://github.com/ansible/ansible/issues/3907

added debian to mapfile

changed function names for better looking code

changed FORMULA according to contents of map.jinja, other distributions may follow

added Redhat in map.jinja

added Redhat in map.jinja

added Redhat in map.jinja

install timezone data containing pkg on several distros and symlink to the choosen timezone
2016-09-29 18:44:05 +02:00
Thorsten Bro
8401d3dfa7 added Redhat in map.jinja 2016-09-29 15:34:43 +02:00
Thorsten Bro
5c564d8b46 added Redhat in map.jinja 2016-09-29 15:33:20 +02:00
Thorsten Bro
54b6b9503a added Redhat in map.jinja 2016-09-29 15:32:32 +02:00
Thorsten Bro
611d4631f1 changed FORMULA according to contents of map.jinja, other distributions may follow 2016-09-29 15:01:25 +02:00
Thorsten Bro
72ef682bff changed function names for better looking code 2016-09-29 14:56:35 +02:00
Thorsten Bro
de9d96da1c added debian to mapfile 2016-09-28 17:24:00 +02:00
Thorsten Bro
20b81e67f6 changed variable-names in jinja according to https://github.com/ansible/ansible/issues/3907 2016-09-28 16:44:20 +02:00
Thorsten Bro
f156e4b74a another symlink bugfix testing 2016-09-28 16:35:52 +02:00
Thorsten Bro
136815edfb ...# 2016-09-28 16:30:15 +02:00
Thorsten Bro
d82f9c9a82 bugfix in symlink function 2016-09-28 16:26:49 +02:00
Thorsten Bro
3fb41ca3b8 install timezone pkg and update symlink based on osfamily 2016-09-28 16:14:08 +02:00
michaelforge
d13d7c71ce Added FORMULA for Salt Package Manager
More detailed: https://docs.saltstack.com/en/latest/topics/spm/
2015-12-28 18:51:37 +03:00
Florian Bittner
6200e3eb58 Fix README. 2015-04-25 12:23:45 +02:00
Florian Bittner
93837b5be6 Initial commit. 2015-04-25 11:04:14 +02:00