Felipe Zipitria
49ee29ce9e
feat(unattended): add newer options from upstream
* upstream has new options now included in formula
* updated pillar.example with new options
* inspec tests for this new options are in place
Also:
* tests are included in travis
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
5 years ago
Imran Iqbal
62d20bc9e1
fix(rubocop): fix remaining errors manually
5 years ago
Imran Iqbal
67de777842
fix(rubocop): add fixes using `rubocop --safe-auto-correct`
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
5879b8462e
chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
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
Javier Bértoli
196eeba135
Fix tests to match changes from PR #20, add entry in .gitignore
8 years ago
Javier Bértoli
6f7022fc56
Add apt's preferences mgmt
Ignore .kitchen dir
Add defaults for preferences mgmt
Add some pillar examples for preferences mgmt
Add tests for preferences
Add entries in the README file
Missing map.jinja entry
8 years ago
Javier Bértoli
4a26e31ed5
Fix resource name to avoid conflicting ID
8 years ago
Javier Bértoli
c0b6c245d8
Add tests for the repositories state file
8 years ago