Skip to content

Commit

Permalink
Merge pull request #447 from serverspec/path
Browse files Browse the repository at this point in the history
Add sample how to set path
  • Loading branch information
mizzy committed Jul 26, 2014
2 parents dd6c8a2 + 5595dcf commit 8e18675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/serverspec/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ def self.spec_helper_template
# Set environment variables
# set :env, 'LANG' => 'C', 'LC_MESSAGES' => 'C'
# Set PATH
# set :path, '/sbin:/usr/local/sbin:$PATH'
<% if @backend_type == 'WinRM'-%>
user = <username>
pass = <password>
Expand Down

0 comments on commit 8e18675

Please sign in to comment.