Michael DeHaan
55a48aacc3
Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
11 years ago
Michael DeHaan
59dd929bbf
Update changelog, rename vpc module to ec2_vpc.
11 years ago
James Tanner
d9147bc0e0
Fixes #4851 Set syslog debug mode for accelerate properly
11 years ago
James Tanner
be065a77d1
Revert "Merge pull request #4912 from zehome/openbsd_pkg_flavourfix"
...
This reverts commit de2f4cf04d
, reversing
changes made to 2c33737bfa
.
11 years ago
Michael Scherer
1663f5bc06
optionally use rpm python module instead of calling a
...
external executable, to avoid the cost of forking.
Since python-rpm is not automatically present, we still fallback
on the slower rpm fork method.
11 years ago
Michael Scherer
aeac92de65
Fix behavior of urpmi module where it always return "changed"
...
even when a package is already installed, since urpmi will
always return 0 wether it install or not.
11 years ago
Tom Berger
9344bc175d
Update cloud/docker: if the image name containes a repository, strip it.
...
When using repositories other than the main one at docker.io, the image name contains the repo name (which itself contains ":" as a separator between domain and port). We don't really care about it here, so just get rid of it before looking at the image name.
11 years ago
Michael DeHaan
eb70502c6c
Merge pull request #4904 from joemaller/npm-outdated-fix
...
update npm-module to handle new node.js output
11 years ago
Matt Martz
f32bc12268
Remove debug print statement
11 years ago
jctanner
fb27ca9f0a
Merge pull request #4919 from sivel/4577-rax-refactor
...
Refactor rax module. Fixes #4577
11 years ago
jctanner
f51f474111
Merge pull request #4918 from sivel/rax-facts
...
Add rax_facts module for retrieving facts about a Cloud Server
11 years ago
jctanner
f1647d56e3
Merge pull request #4861 from pmakowski/devel
...
urpmi module
11 years ago
James Tanner
9d30a5e6fe
Fix docstring in bigip_monitor_tcp module
11 years ago
jctanner
e522b29edf
Merge pull request #4849 from zimbatm/notify_grove
...
Adds a grove notifier module
11 years ago
jctanner
e18b09d346
Merge pull request #4832 from matze/add-zypper-repository
...
Add zypper_repository module
11 years ago
jctanner
182df34467
Merge pull request #4813 from sergevanginderachter/bigip_tcpmonitor
...
Introduce Big-IP F5 tcp monitor module
11 years ago
jctanner
ab54bce2f6
Merge pull request #4910 from matze/add-system-blacklist-module
...
Add system module to blacklist kernel modules
11 years ago
jctanner
c3cfda42ef
Merge pull request #4913 from arkadijs/devel
...
Use pkgng glob (-g) feature to allow installation of packages by wildcard
11 years ago
jctanner
f82d4c18c7
Merge pull request #4914 from resmo/fix/module-host
...
host: bug fixes and improvments
11 years ago
Matt Martz
0aa71a19ab
Refactor rax module
11 years ago
Matt Martz
7aaac10a00
follow suit with the rax refactor and split out the slugify code
11 years ago
James Tanner
b982a3d353
Clean up erroneous lineinfile.orig file
11 years ago
Matt Martz
40354d0775
Add rax_facts module for retrieving facts about a Cloud Server
11 years ago
jctanner
09f004675a
Merge pull request #4912 from zehome/openbsd_pkg_flavourfix
...
OpenBSD packages can be installed using 'flavour'
11 years ago
James Tanner
c6c35087b4
Fix docstring and remove redundant parameter value in portinstall module
11 years ago
Rene Moser
b1f27ca902
host: fix bug, alias was not removed
11 years ago
Rene Moser
25f527a32d
host: removed unused self_has_aliases
11 years ago
Rene Moser
ee9dc73a63
host: skip lines beginning with new line
11 years ago
Rene Moser
502d9f43e5
host: fix changed is not available on fail
11 years ago
Arkadi Shishlov
f922bf56bf
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)
11 years ago
Laurent Coustet
d9c3cf22dc
OpenBSD packages can be installed using 'flavour'. Best example
...
is vim. It can be installed as vim--no_x11 or vim--gtk2.
11 years ago
Matthias Vogelgesang
6ce4635952
Add system module to blacklist kernel module
11 years ago
Berend de Boer
b53e4957da
Support to install software on FreeBSD using portinstall.
11 years ago
jctanner
f6c97909cc
Merge pull request #4888 from jarv/jarv/wait_for
...
Adding more wait conditions to the wait_for module
11 years ago
James Tanner
68c9fe3833
Fix copyright section in githooks module
11 years ago
jctanner
a4bd206f09
Merge pull request #4691 from cg-soft/git-bare-ref-repo-support
...
Add support for bare git reference repos
11 years ago
James Tanner
d2df80788d
Quote docstring in githooks module
11 years ago
jctanner
51a6ed8657
Merge pull request #4731 from pcgentry/devel
...
new githooks module
11 years ago
jctanner
0ee5792849
Merge pull request #4785 from Tinche/get_url/uri-content-disposition
...
Modified the get_url module to respect the content-disposition header if...
11 years ago
James Tanner
eccbd21a0d
Fix typo in postgresql_user module docstrings
11 years ago
jctanner
6336129f59
Merge pull request #4686 from bcoca/postgresql_user_pwds
...
postgresql_user now supports users w/o a password, encrypted passwords and expiration
11 years ago
jctanner
97ce9b022c
Merge pull request #4510 from jhoekx/jboss-module
...
Add jboss module
11 years ago
James Tanner
a3631638e5
Set required = True for src in unarchive module.
11 years ago
jctanner
4e76e6047d
Merge pull request #4625 from pileofrogs/devel
...
unarchive module & action plugin
11 years ago
James Tanner
0f806cfdfa
Merge pull request #4525 from ko-zu/ansible
...
Add a regexp parameter to assemble module to match or exclude filenames.
11 years ago
Joe Maller
d53d2c3074
update list_outdated module split to both old and new module delimiter.
11 years ago
jctanner
85a398c2b4
Merge pull request #4895 from nextus/cron
...
Fix: absent state removing whole cron.d file instead of specific job
11 years ago
nextus
6d701cb517
Don't allow cron module to delete cron_file without name parameter assignment
11 years ago
James Tanner
0b890aa747
Set required=false for answer_file in svr4pkg docstrings
11 years ago
jctanner
ba65eec795
Merge pull request #4420 from Jmainguy/devel
...
Added resp= option for svr4pkg to enable the -r option in pkgadd for res...
11 years ago