Javier Bértoli
2a7e4afe5a
feat(repositories): allow to specify custom filename
2 anni fa
Sylvain Faivre
cf78277ce5
docs(readme.rst): add doc for apt_conf state + other minor update
4 anni fa
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 anni fa
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 anni fa
Javier Bértoli
56ec15d48e
chore: follow template-formula guidelines
* Update docs
* Add auxiliar scripts
* Add missing headers
5 anni fa
devster31
7e5d1d1a8f
Meaningful file names and variables
8 anni fa
devster31
9850446c2c
Add initial support for apt conf management
- Add template file
- Add pillar example
8 anni fa
Sylvain COUTANT
1c559ef1fa
Move keyring choice to pillar
6 anni fa
Arthur Lutz
e0c209703e
#32 use deb. instead of httpredir.
7 anni fa
Arthur Lutz
5868f22c47
[apt/repositories] more flexible options in pillars
contributed initialy by @javierbertoli <javier@netmanagers.com.ar>
fixes #30
7 anni fa
Arthur Lutz
cf426433a4
[apt/repositories] add opts for repo name
Fixes #30
7 anni fa
carpenti
1fd1ab184c
adding support for Origins-Pattern in unattended upgrade
7 anni fa
Adam Bolte
023f7c55e3
Remove trailing whitespace.
8 anni fa
Niels Abspoel
5570415469
add listchanges config and fixed typo in unattended.sls
8 anni fa
Simon Clausen
39dc9eb8e9
Add protocol and port in pillar repository example for 3rd party repo
When adding, gpg will fail with a "not able to connect" in some cases (most likely related to firewalling, but not investigated thoroughly): adding the specific protocol and port solves this issue.
8 anni fa
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 anni fa
Javier Bértoli
324248e457
Add repo's key management, documentation
8 anni fa
Javier Bértoli
7f18ec5f8d
Add pillar examples for repositories management
8 anni fa
Ben McClure
5bb438a267
Extrapolated templates from the state file to jinja templates to clean things up and make them work properly. Also updated variables to match what Ubuntu 14.04 uses by default.
9 anni fa
root
8cd8d5c47e
Add "APT::Periodic::Verbose" setting to unattended state.
9 anni fa
root
751584ddb4
Add state to install unattended upgrades.
9 anni fa