diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-11 17:32:35 -0700 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-20 14:38:05 -0700 |
commit | a6902ea47197a9f2600795a7d1d48713ea05dbd1 (patch) | |
tree | e9d6c481fcdddb96ea7a6c61bfe4ba60bdaf19ff /lib/chef/util/powershell | |
parent | 2cfc73bb1370623e04b5844e5e4a766e27ba3247 (diff) | |
download | chef-a6902ea47197a9f2600795a7d1d48713ea05dbd1.tar.gz |
Display information from DSC
Diffstat (limited to 'lib/chef/util/powershell')
-rw-r--r-- | lib/chef/util/powershell/cmdlet_result.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/util/powershell/cmdlet_result.rb b/lib/chef/util/powershell/cmdlet_result.rb index b3e721c92f..f1fdd968b1 100644 --- a/lib/chef/util/powershell/cmdlet_result.rb +++ b/lib/chef/util/powershell/cmdlet_result.rb @@ -30,6 +30,10 @@ class Powershell @streams = streams end + def stdout + @status.stdout + end + def stderr @status.stderr end |