Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. exec { 'copy':
  2. path => 'C:/ssh',
  3. command => 'pscp.exe -i c:/ssh/private.ppk c:/Sources/model.zip deploy@D01EASRVMPUP:',
  4. }
  5.  
  6. Exec[copy]/returns: change from notrun to 0 failed: pscp.exe -i c:/ssh/private.ppk c:/Sources/model.zip deploy@D01EASRVMPUP: returned 1 instead of one of [0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement