Michael DeHaan
|
b09ef21ec9
|
Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we
can remove the legacy system at a later date.
|
2013-04-10 17:52:35 -04:00 |
Michael DeHaan
|
1ecf4a6943
|
Working on complex argument support.
|
2013-02-17 15:01:49 -05:00 |
Michael DeHaan
|
fed82c2188
|
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list
shortly.
|
2013-02-03 20:34:13 -05:00 |
Dag Wieers
|
fb802beee7
|
In PR #1804 the use of C in script was moved to _low_level_execute_command()
So we cannot get rid of this one now.
|
2013-01-09 15:54:10 +01:00 |
Dag Wieers
|
b781438480
|
Clean up imports (taken from PR #1804)
|
2013-01-09 13:51:27 +01:00 |
Dag Wieers
|
eb36ff45b9
|
Make script module use raw module so it does not require python
|
2012-12-24 00:24:34 +01:00 |
Michael DeHaan
|
4104478abd
|
Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command.
This is a bit of a rough draft, some error handling still needs to be added.
|
2012-10-20 12:12:07 -04:00 |