You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dustin C. Hatch
dc304e6488
Correct regex in is_keyid
...
The `rpm_key` module claims to take a key ID as an argument, however it fails if one is actually given:
msg: Not a valid key DEADBEEF
The reason for this is the regular expression in the `RpmKey.is_keyid` method is incorrect; it will only match the literal string "0-9a-f" exactly 8 times, rather than exactly 8 characters in the set 0-9 or a-f.
12 years ago
..
apt
Restore #6484 reverted by c751168.
12 years ago
apt_key
apt_key clear message when downloading key returns an (http) error code
12 years ago
apt_repository
Default use_proxy to True for fetch_url()
12 years ago
apt_rpm
add simplejson as alternative to json
12 years ago
composer
Update composer example
12 years ago
cpanm
Update cpanm
12 years ago
easy_install
Force command action to not be executed by the shell unless specifically enabled
12 years ago
gem
Allow gem executable to contain spaces
12 years ago
homebrew
Add `upgrade_all` option to homebrew module.
12 years ago
homebrew_cask
Update cask version, changelog.
12 years ago
homebrew_tap
Update tap version, changelog
12 years ago
layman
Changelog and version updates.
12 years ago
macports
Various commits to enable no-shell or safe-shell usage, more to come.
12 years ago
npm
Allow executable to contain spaces
12 years ago
openbsd_pkg
Minor cleanup of openbsd_pkg example comment
12 years ago
opkg
Various commits to enable no-shell or safe-shell usage, more to come.
12 years ago
pacman
Resolve merge.
12 years ago
pip
Force command action to not be executed by the shell unless specifically enabled
12 years ago
pkgin
Fixes for run_command shell usage in remainder of packaging modules, save portinstall.
12 years ago
pkgng
Fixed test on 'cached' parameter.
12 years ago
pkgutil
Fix in pkgutil: don't call pipes.quote() on None.
12 years ago
portage
Successfull exit if sync=yes and no package provided
12 years ago
portinstall
Fixed FreeBSD ports install issue
12 years ago
redhat_subscription
Replace CommandException with Exception
12 years ago
rhn_channel
Add missing license headers to two modules and standardize formatting of another.
12 years ago
rhn_register
Fix typo in variable name
12 years ago
rpm_key
Correct regex in is_keyid
12 years ago
svr4pkg
Cleaning up svr4pkg commit fix for #7645
12 years ago
swdepot
Fixes for run_command shell usage in remainder of packaging modules, save portinstall.
12 years ago
urpmi
Fixes for run_command shell usage in remainder of packaging modules, save portinstall.
12 years ago
yum
In the yum module example, use present/absent instead of installed/removed
12 years ago
zypper
remove check for version string
12 years ago
zypper_repository
zypper_repository: claims to support check_mode, but does not. Fixes GH-5614.
12 years ago