~ubuntu-branches/ubuntu/trusty/puppet/trusty

« back to all changes in this revision

Viewing changes to lib/puppet/application/device.rb

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-22 14:08:22 UTC
  • mfrom: (1.1.25) (3.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20111022140822-odxde5lohc45yhuz
Tags: 2.7.6-1
* New upstream release (CVE-2011-3872)
* Remove cherry-picked "groupadd_aix_warning" patch
* Install all new manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
  Enable full debugging.
114
114
 
115
115
* --detailed-exitcodes:
116
 
  Provide transaction information via exit codes.  If this is enabled, an
117
 
  exit code of '2' means there were changes, and an exit code of '4' means
118
 
  that there were failures during the transaction. This option only makes
119
 
  sense in conjunction with --onetime.
 
116
  Provide transaction information via exit codes. If this is enabled, an exit
 
117
  code of '2' means there were changes, an exit code of '4' means there were
 
118
  failures during the transaction, and an exit code of '6' means there were both
 
119
  changes and failures.
120
120
 
121
121
* --help:
122
122
  Print this help message
196
196
        Puppet.settings.set_value(:vardir, vardir, :cli)
197
197
        Puppet.settings.set_value(:confdir, confdir, :cli)
198
198
        Puppet.settings.set_value(:certname, certname, :cli)
 
199
        Puppet::SSL::Host.reset
199
200
      end
200
201
    end
201
202
  end