ansible/library
Arkadi Shishlov 78f5c69a88 Use pkgng glob (-g) feature to allow installation of packages by wildcard.
Also solves the particular problem of installing packages that have multiple versions in the repo, but specifying the exact version would be troublesome:

$ pkg install -n dovecot
The following 2 packages will be installed:

	Installing dovecot: 1.2.17
	Reinstalling dovecot-2.2.6 (options changed)

$ pkg install -n dovecot-2.2.6
The following 1 packages will be installed:

	Reinstalling dovecot-2.2.6 (options changed)

$ pkg install -n -g dovecot-2*
The following 1 packages will be installed:

	Reinstalling dovecot-2.2.6 (options changed)
2013-11-15 13:28:14 +02:00
..
cloud Use shared ec2 module snippet in elasticache module 2013-11-13 10:24:08 -05:00
commands Allow for relative paths by using abspath 2013-08-20 22:48:42 -07:00
database Fix typo in postgresql_user module docstrings 2013-11-14 11:57:01 -05:00
files Set required = True for src in unarchive module. 2013-11-14 10:59:24 -05:00
internal Correct documentation URLs 2013-11-08 15:02:45 -05:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
net_infrastructure Merge pull request #4161 from stygstra/openvswitch-modules 2013-11-12 11:20:20 -08:00
network Merge pull request #4785 from Tinche/get_url/uri-content-disposition 2013-11-14 10:02:15 -08:00
notification Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
packaging Use pkgng glob (-g) feature to allow installation of packages by wildcard. 2013-11-15 13:28:14 +02:00
source_control Fix copyright section in githooks module 2013-11-14 14:49:10 -05:00
system Don't allow cron module to delete cron_file without name parameter assignment 2013-11-14 13:24:14 +04:00
utilities Adding more wait conditions to the wait_for module 2013-11-12 19:04:38 -05:00
web_infrastructure Merge pull request #4510 from jhoekx/jboss-module 2013-11-14 08:26:56 -08:00