puppet 2.6.15 → 2.6.16

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puppet might be problematic. Click here for more details.

data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 2.6.16
2
+ ===
3
+ 65446c9 Revert "(#5246) Puppetd does not remove it's pidfile when it exits"
4
+
1
5
  2.6.15
2
6
  ===
3
7
  f7829ec Stub mktmpdir and remove_entry_secure in os x package providers
@@ -24,7 +24,7 @@ require 'puppet/util/run_mode'
24
24
  # it's also a place to find top-level commands like 'debug'
25
25
 
26
26
  module Puppet
27
- PUPPETVERSION = '2.6.15'
27
+ PUPPETVERSION = '2.6.16'
28
28
 
29
29
  def Puppet.version
30
30
  PUPPETVERSION
@@ -117,8 +117,6 @@ class Puppet::Application::Agent < Puppet::Application
117
117
  Puppet.err detail.to_s
118
118
  end
119
119
 
120
- @daemon.stop(:exit => false)
121
-
122
120
  if not report
123
121
  exit(1)
124
122
  elsif options[:detailed_exitcodes] then
@@ -519,12 +519,6 @@ describe Puppet::Application::Agent do
519
519
  @puppetd.onetime
520
520
  end
521
521
 
522
- it "should stop the daemon" do
523
- @daemon.expects(:stop).with(:exit => false)
524
-
525
- @puppetd.onetime
526
- end
527
-
528
522
  describe "and --detailed-exitcodes" do
529
523
  before :each do
530
524
  @puppetd.options.stubs(:[]).with(:detailed_exitcodes).returns(true)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 6
9
- - 15
10
- version: 2.6.15
9
+ - 16
10
+ version: 2.6.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Puppet Labs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-10 00:00:00 Z
18
+ date: 2012-04-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: facter