Commit Graph

5420 Commits (698098ae5720bf940a64643dc39c0faa37a88781)
 

Author SHA1 Message Date
Brian Coca 698098ae57 doc update for zypper 10 years ago
Brian Coca d24e50ed1a Merge pull request #368 from greghaynes/feature/zypper-install-type
Add type property to zypper
10 years ago
Toshio Kuratomi df7fcc90d9 Merge pull request #401 from mscherer/fix_385
Expand user in path, fix #385
10 years ago
Michael Scherer 9ba0f9f572 Expand user in path, fix #385 10 years ago
Brian Coca 21c8266ebd Merge pull request #399 from rnowling/devel
Make `module` global in `gluster_volume`.  Small whitespace formatting fixes.
10 years ago
RJ Nowling 582da5b911 Make 'module' global. Small whitespace formatting fixes. Closes Issue #397. 10 years ago
Toshio Kuratomi 9b5821f5f7 Merge pull request #393 from makaimc/twilio
Update twilio module for MMS & multiple message recipients
10 years ago
Matthew Makai 6522e4e016 updating main for loop based on @abadger code review 10 years ago
Matthew Makai c72be32b94 fixing typo in documentation 10 years ago
Matthew Makai 9f4ad02469 updating twilio module to optionally support MMS 10 years ago
Matthew Makai 3e1ffd12c7 updating twilio module docs and making it possible to send to a list of phone numbers 10 years ago
Toshio Kuratomi 5d80a2c215 Merge pull request #392 from makaimc/sendgrid
Sendgrid API notifications module
10 years ago
Matthew Makai 2f2a69ad88 updating sendgrid module based on code review by @abadger 10 years ago
Matthew Makai 757a047a79 adding sendgrid module to extras 10 years ago
Brian Coca 5594d7ca43 Merge pull request #389 from resmo/fix/cloudstack_name_schema
cloudstack: rename modules to more meaningful name schema
10 years ago
Brian Coca bb39b82d57 Merge pull request #387 from jefersondaniel/patch-1
Fixes #335
10 years ago
Rene Moser 39d30168a5 cloudstack: rename modules to more meaningful name schema 10 years ago
Jeferson Daniel eaa136cb08 Fixes #335 10 years ago
Brian Coca 04aa579f1f Merge pull request #386 from rhorer/patch-1
Update twilio.py module name in Examples
10 years ago
rhorer 14bb55e67e Update twilio.py module name in Examples 10 years ago
Brian Coca 83ed7b1749 Merge pull request #249 from simono/patch-1
homebrew: Package name is not required.
10 years ago
Brian Coca c1fee2dede Merge pull request #381 from sky-shiny/lvol-revert-yes
Revert "system/lvol: Suppress prompts from lvcreate"
I should have checked this on more platforms, I verified and this option is missing in most of them
10 years ago
Simon Olofsson 8e24529970 homebrew: Package name is not required.
e.g. `- homebrew: update_homebrew=yes upgrade_all=yes' is a valid task.
10 years ago
Brian Coca fc87e8ae15 Merge pull request #380 from renard/lldp-keep-whole-lines
[lldp] Merge wrapped lines.
10 years ago
mcameron 1f5e243acf Revert "system/lvol: Suppress prompts from lvcreate"
This reverts commit f8d04bec1b.
10 years ago
Sébastien Gross 7c9217a8f7 [lldp] Merge wrapped lines.
Some devices return their description on multiple lines such as:

    lldp.eth0.chassis.descr=cisco CISCO7609-S running on
    Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Wed 26-Jan-11 06:54 by prod_rel_team

The generated fact will result as:

    "descr": "cisco CISCO7609-S running on"

This patch fixes the line wrapping to return the full description
handling line breaks:

    "descr": "cisco CISCO7609-S running on\nCisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)\nTechnical Support: http://www.cisco.com/techsupport\nCopyright (c) 1986-2011 by Cisco Systems, Inc.\nCompiled Wed 26-Jan-11 06:54 by prod_rel_team"
10 years ago
Brian Coca 4048de9c1e Merge pull request #373 from andyhky/add_failover
bigip_facts: Add missing 'device' option
10 years ago
Gregory Haynes 44280e461c Add type property to zypper
To install patterns and other package types a type parameter needs to be
specified to zypper.
10 years ago
Brian Coca dc0cfbd1b4 Merge pull request #369 from bcoca/known_hosts_oserrors
now also captrure OSErrors on temp file creation
10 years ago
Andy Hill 3431275921 bigip_facts: Add missing "device" option
The device option was already implemented but omitted from docs and allowed
choices. With the addition of device, a devices failover_state can be
determined.
10 years ago
Brian Coca 89284bcce0 now also captrure OSErrors on temp file
fixes #360
10 years ago
Brian Coca 21fce8ac73 Merge pull request #217 from wimnat/issue-197
Convert symlinks specified in pvs to actual path
10 years ago
Brian Coca d4d5d7cf73 Merge pull request #190 from yuriks/patch-1
crypttab: Fix parameter checking with state=absent
10 years ago
Brian Coca 512c684b52 Merge pull request #128 from robinro/patch_multiple_versions_rpm_zypper
Patch multiple versions rpm zypper
10 years ago
Brian Coca 3832be8033 Merge pull request #331 from renard/fix-patch-action-plugin
Fix patch action plugin
10 years ago
Brian Coca f901fd0160 glusterbin needs to be global 10 years ago
Brian Coca 6168677a83 Merge pull request #359 from mcv21/devel
Fix for issue #353 (handle change in ssh-keygen behaviour)
10 years ago
Matthew Vernon 30cf73e83a Fix for issue #353 (handle change in ssh-keygen behaviour)
Prior to openssh 6.4, ssh-keygen -F returned 0 (and no output) when no
host was found. After then, it instead returned 1 and no output. This
revised code behaves correctly with either behaviour. There is
currently no other code path that results in exit(1) and no output.
10 years ago
Brian Coca 759e618c4c vertica doc fixes 10 years ago
Brian Coca eb04e45311 fixed doc issues with cloudstack_fw 10 years ago
Brian Coca 1754c7a1ca fixed doc issues on zabbix_screen 10 years ago
Brian Coca 39cff86e7b fixed doc issues 10 years ago
Brian Coca ca5d02c3fd Merge pull request #341 from resmo/feature/cloudstack_sshkey
cloudstack: add new module cloudstack_sshkey
10 years ago
Brian Coca 5ef7011c97 Merge pull request #349 from resmo/feature/cloudstack_iso
cloudstack: add new module cloudstack_iso
10 years ago
Brian Coca ba34dfd364 Merge pull request #348 from resmo/feature/cloudstack_fw
cloudstack: add new module cloudstack_fw
10 years ago
Rene Moser 392feaea63 cloudstack_sshkey: cleanup docs 10 years ago
Rene Moser c03baa7ec6 cloudstack_ssh: replace ssh public key if fingerprints do not match 10 years ago
Rene Moser a24d691419 cloudstack_ssh: update description 10 years ago
Rene Moser bf32de8d8f cloudstack_ssh: register_ssh_key() set public_key as param 10 years ago
Rene Moser 82e25447ad cloudstack_ssh: fix missing projectid if state=absent 10 years ago