Commit Graph

23853 Commits (c8dc0bf5c99b24b230f18505bfb2d2f6c1ed6609)
 

Author SHA1 Message Date
Michael Scherer 82df6f981e Improve error reporting when git binary fail (#3266)
Showing stderr or stdout is a great help to understand
when something go south.
8 years ago
Michael Scherer b8175f70ce Convert packaging/* to py3/py2.4 syntax (#3702) 8 years ago
Kenny Woodson cd09aab9b4 Unindenting the delete to user (#3147) 8 years ago
Ryan Brown 962a446238 Allow users to pick AWS Aurora as an RDS engine (#3414)
Per the [RDS docs](http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html),
add `aurora` as a valid DB engine.
8 years ago
Nathan Brown c053fa5378 Do not expect the elb to have policies or instances. Fixes #3593 (#3595) 8 years ago
kwerey 963cb64337 Add option to make RDS param groups for the MySQL 5.7 engine family. (#3695) 8 years ago
Lloyd Hazlett 20e86d1062 Add path type to argument_spec where applicable (#3040) 8 years ago
Matt Martz a2d94c85e9 2 Module fixes (#3611)
* Fix syntax error in azure_rm_virtualmachine.py

* Allow rhn_register to fail gracefully when rhn-client-tools is not installed
8 years ago
jctanner c952753735 Do not ignore the primary group if modifying the list of secondary groups. (#3585)
Fixes #1118
8 years ago
Toshio Kuratomi 7d9fb08e1a Py3 exclude list (#3698)
* Fix a few modules to pass syntax checks under python3

* Move from a whitelist of modules to check for python3 compat to a blacklist
8 years ago
Cheuk Lam a2ff7fc7ea Added support for accepting extra config options in vm reconfiguration. (#3327) 8 years ago
chouseknecht afc8c42e57 Fixed the URL in description. It's now valid Yaml. 8 years ago
chouseknecht f14d675d2a Remove the U(). 8 years ago
chouseknecht 176363052f Uppercase 8 years ago
chouseknecht 2b4ee0c19d Make the new bits a NOTE 8 years ago
chouseknecht 4ac31f1e8d Where to get the full docker picture. 8 years ago
Michael Scherer c0217e14a7 Convert the network subfolder to py3/py2.4 syntax (#3690) 8 years ago
Michael Scherer 09066f1518 Convert all databases modules to python3 and 2.4 syntax (#3688) 8 years ago
Michael Scherer f7b29ba8fd Convert the whole files/ directory to py3 syntax (#3685) 8 years ago
Mike Bryant 0027158b74 junos_template: Simplify arguments. Fixes #3621
Simplify the arguments to junos_template, such that
merge/overwrite/replace can be selected easily.
8 years ago
Kei Nohguchi d738ad0ee0 ops_template.py: Change integer key into stirng
This fix passing the update variable to the str()
so that it avoids the exception when ops.dc.read()
returns a dictionary which contains non-string keys.

This is due to the fact that some of the key types in
OpenSwitch schema are actually defined as integer
and ops.dc declerative config module encode those
in integer inside the dictionary.  This could be
the right encoding from the schema point of view
but someone needs to convert it to the string
somewhere, as JSON key should be string.
8 years ago
Kaz Cheng ff1c591c3e Allow create_iam_role to return an additional value of role_result and (#2418)
instance_profile_result, in addition to the existing role list and change value
8 years ago
Shubham 8a6237955d remove module argument, fix #3682 (#3683) 8 years ago
Michael Scherer cca89ef489 Port seboolean to py3/py2.4 syntax (#3679) 8 years ago
Michael Scherer c793571bc3 Port mount to python3 and python 2.4 compatible syntax (#3678) 8 years ago
Michael Scherer fd61e81764 Port authorized_keys to a syntax compatible with python3 and 2.4 (#3677) 8 years ago
Michael Scherer 907b3fb667 Port hostname to a py24 and py3 compatible syntax (#3676) 8 years ago
Michael Scherer e02f401225 Port sysctl to a py3 and py24 compatible syntax (#3675) 8 years ago
Michael Scherer f0fd1109dd Port cron to a py3 and py24 compatible syntax (#3674) 8 years ago
Michael Scherer f2212dc41a Port user module to python3 and 2.4 compatible syntax (#3673) 8 years ago
Michael Scherer 31126034b0 Port htpasswd to python3 compatible syntax (#3672) 8 years ago
Michael Scherer 73a33c02a9 Do not use a tuple as argument for _create_connection (#3655) 8 years ago
Michael Scherer abfc8d36a8 Add a test on jnpr.junos.utils.sw presence (#3666) 8 years ago
jhawkesworth 2042d948db fix formatting to avoid smart quotes, which breaks ability to copy and paste the jinja2 header from the web docs (#3671) 8 years ago
Michael Scherer f423554e20 Testing the module on freebsd fail, since module is not assigned yet 8 years ago
Michael Scherer 98c729bfd7 Fix the argument for acl module (#3653) 8 years ago
Matt Martz 190f24f30e Revert "Fix doc strings spacing."
This reverts commit 127d518011.
8 years ago
chouseknecht 26392077c0 Fix doc strings spacing. 8 years ago
chouseknecht 8e6d00f28e Fix doc strings. Missing requirements and doc fragment reference. 8 years ago
Michael Scherer b788f45b49 Use the proper type for 'dest' argument 8 years ago
Toshio Kuratomi 291e00d43a Docs fixes 8 years ago
Dag Wieers c650f06b03 Fix small typo (#3642) 8 years ago
chouseknecht d5b82d67b8 Fail gracefully when build path is not found. 8 years ago
Brian Coca ca7defeee5 made note about slurp memory consumption 8 years ago
chouseknecht 9a021b4181 Fixed files/project_files naming. Correct name is files. 8 years ago
chouseknecht 5837f744e0 Flip version added back to 2.2 to make tests pass. 8 years ago
chouseknecht 018c2f8f73 Moving version added to 2.1 8 years ago
chouseknecht e8d49261e3 Added actions to RETURN docs. Show actions when debug or check mode. 8 years ago
chouseknecht 2860f57551 Removed use of --diff. Replaced 'diff' in output with 'actions'. Only show 'actions' in output if debug true. 8 years ago
chouseknecht be24f83a41 Removed fail method. Combined recreate and force_recreate params. 8 years ago