puppet 2.6.15 → 2.6.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +4 -0
- data/lib/puppet.rb +1 -1
- data/lib/puppet/application/agent.rb +0 -2
- data/spec/unit/application/agent_spec.rb +0 -6
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/puppet.rb
CHANGED
|
@@ -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:
|
|
4
|
+
hash: 55
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 2.6.
|
|
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-
|
|
18
|
+
date: 2012-04-11 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: facter
|