~ubuntu-branches/ubuntu/quantal/puppet/quantal-security

« back to all changes in this revision

Viewing changes to test/lib/puppettest/exetest.rb

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-10-24 15:05:12 UTC
  • Revision ID: james.westby@ubuntu.com-20111024150512-yxqwfdp6hcs6of5l
Tags: 2.7.1-1ubuntu3.2
* SECURITY UPDATE: puppet master impersonation via incorrect certificates
  - debian/patches/CVE-2011-3872.patch: refactor certificate handling.
  - Thanks to upstream for providing the patch.
  - CVE-2011-3872

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    args += " --confdir #{Puppet[:confdir]}"
51
51
    args += " --rundir #{File.join(Puppet[:vardir], "run")}"
52
52
    args += " --vardir #{Puppet[:vardir]}"
53
 
    args += " --certdnsnames #{Puppet[:certdnsnames]}"
 
53
    args += " --dns_alt_names #{Puppet[:master_dns_alt_names]}"
54
54
    args += " --masterport #{@@port}"
55
55
    args += " --user #{Puppet::Util::SUIDManager.uid}"
56
56
    args += " --group #{Puppet::Util::SUIDManager.gid}"