diff options
author | elijah <elijah@riseup.net> | 2013-03-14 02:05:58 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-14 02:05:58 -0700 |
commit | a76749a837a2552b72be34d91330f8983f740860 (patch) | |
tree | ae392ced56be7dc35b22cbe37713b32deabdf169 /lib/leap_cli/commands | |
parent | 2fd87063c0f48b67cb53bba6d52d82a091be6a7b (diff) |
added exit codes for puppet apply
Diffstat (limited to 'lib/leap_cli/commands')
-rw-r--r-- | lib/leap_cli/commands/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb index d7f5df8..76df4fb 100644 --- a/lib/leap_cli/commands/deploy.rb +++ b/lib/leap_cli/commands/deploy.rb @@ -60,7 +60,7 @@ module LeapCli else '' end - ssh.set :puppet_command, "/usr/bin/puppet apply --color=false --tags=#{tags.join(',')} #{verbosity}" + ssh.set :puppet_command, "/usr/bin/puppet apply --color=false --tags=#{tags.join(',')} --detailed-exitcodes #{verbosity}" ssh.set :puppet_lib, "puppet/modules" ssh.set :puppet_parameters, '--libdir puppet/lib --confdir puppet puppet/manifests/site.pp' ssh.set :puppet_stream_output, true |