- 14 Jan, 2014 1 commit
-
-
Right now key_present() is case sensitive, only uppercase key IDs work. By using "grep -i", lowercase IDs should work too.
Danilo Bargen committed
-
- 04 Dec, 2013 1 commit
-
-
If we do this, we risk outputting two JSON payloads, which will be unparsable.
Jens Rantil committed
-
- 02 Dec, 2013 1 commit
-
-
James Tanner committed
-
- 30 Oct, 2013 1 commit
-
-
Marcus Cobden committed
-
- 17 Oct, 2013 1 commit
-
-
key_id is optional, the previous code didn't handle the case of key_id not specified
Maykel Moya committed
-
- 16 Oct, 2013 1 commit
-
-
Maykel Moya committed
-
- 03 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 25 Jul, 2013 1 commit
-
-
The apt-key command takes an optional --keyring parameter representing the path to a specific GPG keyring to operate on. If it's not given, the command operates on all keyring files, i.e., /etc/apt/trusted.gpg and /etc/apt/trusted.gpg.d/*.gpg. This change adds a 'keyring' parameter to the apt_key module and propagates it down to the apt-key command line. The main use case this supports is organizing keys for third-party repos into individual keyrings in /etc/apt/trusted.gpg.d, rather than putting them all in the default keyring.
Alan Grosskurth committed
-
- 26 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 19 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 17 Jun, 2013 1 commit
-
-
Veeti Paananen committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 14 Jun, 2013 2 commits
-
-
Veeti Paananen committed
-
Veeti Paananen committed
-
- 09 Jun, 2013 1 commit
-
-
Andrew Straw committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 27 Feb, 2013 1 commit
-
-
This updates the following modules to support check_mode: * apt_key * apt_repository * easy_install * pip - will always report changed due to the way it handles state * seboolean * selinux * slurp - since nothing changes, it just adds that it supports check_mode * subversion - reports changed when checking out new repo and when updating. * supervisorctl * svr4pkg See issue #2114.
Stephen Fromm committed
-
- 18 Feb, 2013 2 commits
-
-
lessmian committed
-
Michael DeHaan committed
-
- 28 Jan, 2013 1 commit
-
-
* improves error handling and reporting * uses run_command to reduce code * fails quicker on errors as opposed to return codes and tracebacks * can now also specify the key as data versus needing to wget it from a file
Michael DeHaan committed
-
- 25 Jan, 2013 2 commits
-
-
Tests used heavily mocked version of the apt_key code, which meant that it didn't properly test real life scenario.
Juha Litola committed -
Juha Litola committed
-
- 16 Jan, 2013 1 commit
-
-
Pretty straightforward. Give it a URL with an exported GPG key for signing an Apt repository. It downloads it and will install it using apt-key. It's even smart enough to tell if it's already there (i.e. actually tells you if it changed or not).
Jayson Vantuyl committed
-