- 20 Aug, 2014 2 commits
-
-
Serge van Ginderachter committed
-
James Cammarata committed
-
- 19 Aug, 2014 15 commits
-
-
debconf module: add the missing 'error' vtype and reorder vtypes as they...
Michael DeHaan committed -
$powershellpath is called as ".$powershellpath"
Michael DeHaan committed -
WinRM test for long-running command.
Michael DeHaan committed -
James Cammarata committed
-
Also adds checks for the lookup integration test for passwords. Fixes #8652
James Cammarata committed -
Also adds a test to ensure the content value is not logged. Related to #8647
James Cammarata committed -
Fixes #8647
James Cammarata committed -
Serge van Ginderachter committed
-
Serge van Ginderachter committed
-
Serge van Ginderachter committed
-
Fixes #8645
James Cammarata committed -
Fixes #8646
James Cammarata committed -
In order to allow easier updates from upstream hardware vendors, we're going to be hosting network hardware config modules on Galaxy as announced during the last release cycle. (This excludes load balancers, which remain in core). Please refer to https://eos.arista.com/introducing-arista-eos-roles-for-ansible/ and https://galaxy.ansible.com/list#/roles/1359 and where this content now lives. Thanks to Peter Sprygada for the roles content!
Michael DeHaan committed -
debconf module: add the missing 'error' vtype and reorder vtypes as they appeared in debconf-devel(7).
Ding Deng committed -
Fixes #8644
James Cammarata committed
-
- 18 Aug, 2014 7 commits
-
-
$powershell path is set to "C:\powershell" at line 27. This is fine, but on line 82 $powershellpath is called as ".$powershellpath\$filename". Because the path at line 27 is absolute, a period preceding the $powershellpath is not required at 82. It actually causes an error: Start-Process : This command cannot be executed due to the error: Unknown error (0x80041002). At C:\users\Nathan Sosnovske\Documents\ps2to3.ps1:81 char:14 Start-Process <<<< -FilePath ".$powershellpath\$filename" -ArgumentList /quiet CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand Removing the period on line 82 before $powershellpath fixes this error.
nathansoz committed -
Fixes #8639
James Cammarata committed -
Fixes #8633
James Cammarata committed -
Fixes #8473
James Cammarata committed -
Fixes #6563
James Cammarata committed -
Fixes #8095 Fixes #8658
James Cammarata committed -
Chris Church committed
-
- 16 Aug, 2014 1 commit
-
-
Tense correction
Michael DeHaan committed
-
- 15 Aug, 2014 6 commits
-
-
Ian Miell committed
-
fixes #8626 by reverting 0d8b81cd
Michael DeHaan committed -
Also modifies param type checking code to remove whitespace from around params before splitting them into k=v pairs. Fixes #8199
James Cammarata committed -
Fix fonts in docs: Incosolata -> Inconsolata
Michael DeHaan committed -
Make `pip install -e` work
Michael DeHaan committed -
Roel Standaert committed
-
- 14 Aug, 2014 9 commits
-
-
James Cammarata committed
-
Fixes #8480
James Cammarata committed -
Fixes #8605
James Cammarata committed -
Also related to f48fa3, fix for #8614
James Cammarata committed -
Fixes #8614
James Cammarata committed -
rghe committed
-
Fixes #8617
James Cammarata committed -
James Cammarata committed
-
Fix typo: & -> and
Michael DeHaan committed
-