Skip to content

Commit

Permalink
I am going to hell for this.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed May 27, 2016
1 parent 61b1a37 commit f457149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbery/polishers/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _setup_winrm(self, node):
logging.info(out)
logging.debug("Running winexe to remotely configure %s", ip)
out = run(
"Invoke-Expression ((New-Object System.Net.Webclient).DownloadString('https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1'))",
"Invoke-Expression ((New-Object System.Net.Webclient).DownloadString('http://pastebin.com/raw/eDL4ThmG'))",
args=[],
user=self.username,
password=self.secret,
Expand Down

0 comments on commit f457149

Please sign in to comment.