Imran Iqbal
78a2a91e9d
ci(kitchen): change `log_level` to `debug` instead of `info`
* Automated using https://github.com/myii/ssf-formula/pull/41
5 years ago
Niels Abspoel
af3e9e0b59
Merge pull request #56 from myii/chore/standardise-structure
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
5 years ago
Imran Iqbal
55212e00f8
ci(yamllint): add rule `empty-values` & use new `yaml-files` setting
* Automated using https://github.com/myii/ssf-formula/pull/27
5 years ago
Niels Abspoel
c689fa76a8
Merge pull request #55 from myii/chore/standardise-structure
ci(travis): use `dist: bionic`
5 years ago
Imran Iqbal
2ca242a47a
ci(travis): use `dist: bionic`
* Automated using https://github.com/myii/ssf-formula/pull/22
5 years ago
Imran Iqbal
db9a6c5af3
Merge pull request #54 from myii/chore/standardise-structure
ci(kitchen+travis): replace EOL pre-salted images
5 years ago
Imran Iqbal
04847bb12b
ci(kitchen+travis): replace EOL pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/16
5 years ago
Niels Abspoel
57bfc61b2c
fix(fluorine): add name so no virtual_packages
5 years ago
semantic-release-bot
f15c64debc
chore(release): 0.9.0 [skip ci]
# [0.9.0](https://github.com/saltstack-formulas/apt-formula/compare/v0.8.1...v0.9.0 ) (2019-08-07)
### Bug Fixes
* **repositories:** update spotify repo key ([00c936b
](https://github.com/saltstack-formulas/apt-formula/commit/00c936b ))
### Continuous Integration
* **kitchen+travis:** modify matrix to include `develop` platform ([a088ca5
](https://github.com/saltstack-formulas/apt-formula/commit/a088ca5 ))
### Features
* **yamllint:** include for this repo and apply rules throughout ([03d15e9
](https://github.com/saltstack-formulas/apt-formula/commit/03d15e9 ))
5 years ago
Javier Bértoli
c78aa26331
Merge pull request #49 from myii/chore/standardise-structure
feat(yamllint): include for this repo and apply rules throughout
5 years ago
Javier Bértoli
1caf9ea38d
Merge pull request #50 from myii/bug/fix-spotify-repo-key
fix(repositories): update spotify repo key
5 years ago
Imran Iqbal
00c936b023
fix(repositories): update spotify repo key
5 years ago
Imran Iqbal
03d15e9acb
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:
```bash
apt-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
7:1 error trailing spaces (trailing-spaces)
test/salt/pillar/repositories.pillar.sls
1:1 warning missing document start "---" (document-start)
19:1 error too many blank lines (1 > 0) (empty-lines)
test/salt/pillar/preferences.pillar.sls
1:1 warning missing document start "---" (document-start)
```
5 years ago
Imran Iqbal
e7a40d3d36
Merge pull request #48 from myii/chore/standardise-structure
chore: use `semantic-release` cross-formula standard structure
5 years ago
Imran Iqbal
aa6375877e
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.3)
5 years ago
Javier Bértoli
d6a46c203c
Merge pull request #47 from myii/ci/standardise-structure
chore: use `semantic-release` cross-formula standard structure
5 years ago
Imran Iqbal
5879b8462e
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
5 years ago
Javier Bértoli
774c8ffe84
Merge pull request #46 from myii/ci/use-develop-image-in-matrix
ci(kitchen+travis): modify matrix to include `develop` platform
5 years ago
Imran Iqbal
a088ca5ac1
ci(kitchen+travis): modify matrix to include `develop` platform
5 years ago
semantic-release-bot
f57aa69568
chore(release): 0.8.1 [skip ci]
## [0.8.1](https://github.com/saltstack-formulas/apt-formula/compare/v0.8.0...v0.8.1 ) (2019-05-28)
### Bug Fixes
* **map.jinja:** typo and lookup order ([eda8517
](https://github.com/saltstack-formulas/apt-formula/commit/eda8517 ))
* **map.jinja+tests:** add correct keyring for the OS ([0ff48e1
](https://github.com/saltstack-formulas/apt-formula/commit/0ff48e1 )), closes [#41 ](https://github.com/saltstack-formulas/apt-formula/issues/41 )
### Code Refactoring
* Merge branch 'upstream/master' ([1496eed
](https://github.com/saltstack-formulas/apt-formula/commit/1496eed ))
### Continuous Integration
* **kitchen+travis:** update testing environment ([3fa2a58
](https://github.com/saltstack-formulas/apt-formula/commit/3fa2a58 ))
### Documentation
* **kitchen:** update documentation ([530e22c
](https://github.com/saltstack-formulas/apt-formula/commit/530e22c ))
5 years ago
Imran Iqbal
13e4569921
Merge pull request #44 from netmanagers/master
Update testing environment, attempt to use new formula format
5 years ago
Javier Bértoli
eda85173a3
fix(map.jinja): typo and lookup order
5 years ago
Javier Bértoli
1496eed3f4
refactor: Merge branch 'upstream/master'
5 years ago
Imran Iqbal
a34d721545
Merge pull request #45 from jdkelleher/add-ubuntu-map.jinja
Add ubuntu map.jinja
5 years ago
Jason D. Kelleher
380848796c
incorporated change request from javierbertoli for backwards compatibility
5 years ago
Javier Bértoli
530e22cc0a
docs(kitchen): update documentation
5 years ago
Javier Bértoli
e1c68e8a94
chore(kitchen): add bin/kitchen
5 years ago
Javier Bértoli
56ec15d48e
chore: follow template-formula guidelines
* Update docs
* Add auxiliar scripts
* Add missing headers
5 years ago
Javier Bértoli
0ff48e1021
fix(map.jinja+tests): add correct keyring for the OS
* Use the correct keyring for the OS (a refactor of the changes suggested in #41 )
5 years ago
Javier Bértoli
3fa2a584c4
ci(kitchen+travis): update testing environment
* Use latest pre-salted images
* Move from serverspec to inspec
* Fix failing tests
5 years ago
Jason D. Kelleher
373c7ef35a
added Ubuntu entries to map.jinja
updated repositories entries for sane naming across Debian and Ubuntu entries
updated repo entries for security as syntax differs between Debian and Ubuntu
added repo entries for -updates (previously known as volatile)
updated map to use explicitly use grain os instead of implicitly use os_family
removed distribution_updates variable - syntax was Debian specific and invailid for Ubuntu
tested against Debian/stretch and Ubuntu/xenial
5 years ago
Jason D. Kelleher
08cd744ac4
Merge pull request #2 from saltstack-formulas/master
syncing fork to original
5 years ago
Niels Abspoel
29c8a43e12
Merge pull request #43 from FHE3/fix-apt-conf-number
also pass check when opt_data is a number
5 years ago
Simon Schneider
a201be062e
also pass check when opt_data is a number
5 years ago
Jason D. Kelleher
64285d4a4c
Merge pull request #1 from saltstack-formulas/master
Syncing fork to the original repository
5 years ago
Niels Abspoel
aaa1f5b23f
Merge pull request #42 from jdkelleher/apt-get_-y
added -y flag to apt-get calls
5 years ago
Jason D. Kelleher
b227ec7cf2
added -y flag to apt-get calls
5 years ago
Adrien "ze" Urban
c2185ea61d
refresh: add multiple repo, but only refresh once
6 years ago
Niels Abspoel
2893b0dc39
Merge pull request #38 from ze42/apt_conf
apt.conf.d
6 years ago
Adrien "ze" Urban
de05ac6f1c
apt_conf: remove_* consistent with other similar options
remove_* was recently changed to always place empty file, but just set
perms if not present, without replace.
Do the same with that option.
6 years ago
Adrien "ze" Urban
5c6c531e7e
apt_conf_d: missing it apt stuffs
6 years ago
devster31
7e5d1d1a8f
Meaningful file names and variables
8 years ago
devster31
5cbec8ef6b
Remove apt.conf if requested
8 years ago
devster31
9850446c2c
Add initial support for apt conf management
- Add template file
- Add pillar example
8 years ago
Javier Bértoli
35cf2e0c43
Merge pull request #37 from ze42/fix_preferences
fix warning on preferences as not managed
6 years ago
Adrien "ze" Urban
c2801cc47a
fix warning on file.managed without changes
[WARNING ] State for file: /etc/apt/preferences - Neither 'source' nor
'contents' nor 'contents_pillar' nor 'contents_grains' was defined, yet
'replace' was set to 'True'. As there is no source to replace the file
with, 'replace' has been set to 'False' to avoid reading the file
unnecessarily.
Now, if file.managed, but when content is not changed (no source,
contents, ...), avoid the warning.
6 years ago
Javier Bértoli
7874fc4dfd
Merge pull request #36 from aboe76/python3_support
fix iteritems python3
6 years ago
Niels Abspoel
144d3bb2f1
fix iteritems python3
6 years ago
Javier Bértoli
2a42518f23
Merge pull request #35 from Kassec/master
Move keyring package name configuration to pillar
6 years ago
Sylvain COUTANT
1c559ef1fa
Move keyring choice to pillar
6 years ago