runpuppet 0.5.11 → 0.5.13
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/README.rdoc +1 -1
- data/VERSION +1 -1
- data/bin/runpuppet +2 -2
- data/lib/runpuppet.rb +1 -1
- data/runpuppet.gemspec +7 -8
- metadata +19 -21
data/README.rdoc
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
cat /etc/runpuppet.yml:
|
5
5
|
puppet_controller_url: http://user:pass@example.com
|
6
6
|
command:cd /etc/puppet/repo && git fetch && git checkout -f origin/@@branch@@ && puppet -v --debug --logdest console --modulepath /etc/puppet/repo/modules /etc/puppet/repo/manifests/site.pp
|
7
|
-
|
7
|
+
branch: staging
|
8
8
|
local_ip: 192.168.10.10
|
9
9
|
lock_file: /tmp/runpuppet.lock
|
10
10
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.13
|
data/bin/runpuppet
CHANGED
@@ -21,8 +21,8 @@ BANNER
|
|
21
21
|
opts.on("-h", "--help","Show this.") { puts opts; exit }
|
22
22
|
opts.on('-v', '--version','Show Version'){ puts Runpuppet::VERSION; exit}
|
23
23
|
opts.on('--try','Runs only if selected on puppet_controller'){ options[:try] = true }
|
24
|
-
opts.on('--facts','Report facts'){ options[:facts] = true }
|
25
|
-
opts.on('--branch x', 'Run this branch') do |branch|
|
24
|
+
opts.on('-f', '--facts','Report facts'){ options[:facts] = true }
|
25
|
+
opts.on('-b x', '--branch x', 'Run this branch') do |branch|
|
26
26
|
options[:branch] = branch
|
27
27
|
end
|
28
28
|
end.parse!
|
data/lib/runpuppet.rb
CHANGED
data/runpuppet.gemspec
CHANGED
@@ -5,15 +5,14 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{runpuppet}
|
8
|
-
s.version = "0.5.
|
8
|
+
s.version = "0.5.13"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = [
|
12
|
-
s.date = %q{
|
13
|
-
s.default_executable = %q{runpuppet}
|
11
|
+
s.authors = [%q{Roman Heinrich}]
|
12
|
+
s.date = %q{2012-02-09}
|
14
13
|
s.description = %q{Is the local client to the puppet_controller}
|
15
14
|
s.email = %q{roman.heinrich@gmail.com}
|
16
|
-
s.executables = [
|
15
|
+
s.executables = [%q{runpuppet}]
|
17
16
|
s.extra_rdoc_files = [
|
18
17
|
"LICENSE.txt",
|
19
18
|
"README.rdoc"
|
@@ -34,9 +33,9 @@ Gem::Specification.new do |s|
|
|
34
33
|
"test/test_runpuppet.rb"
|
35
34
|
]
|
36
35
|
s.homepage = %q{http://github.com/dawanda/runpuppet}
|
37
|
-
s.licenses = [
|
38
|
-
s.require_paths = [
|
39
|
-
s.rubygems_version = %q{1.6
|
36
|
+
s.licenses = [%q{MIT}]
|
37
|
+
s.require_paths = [%q{lib}]
|
38
|
+
s.rubygems_version = %q{1.8.6}
|
40
39
|
s.summary = %q{The counterpart to puppet_controller}
|
41
40
|
s.test_files = [
|
42
41
|
"test/helper.rb",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runpuppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 13
|
10
|
+
version: 0.5.13
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roman Heinrich
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
19
|
-
default_executable: runpuppet
|
18
|
+
date: 2012-02-09 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
@@ -28,10 +27,10 @@ dependencies:
|
|
28
27
|
segments:
|
29
28
|
- 0
|
30
29
|
version: "0"
|
31
|
-
|
30
|
+
name: rest-client
|
32
31
|
type: :runtime
|
32
|
+
prerelease: false
|
33
33
|
requirement: *id001
|
34
|
-
name: rest-client
|
35
34
|
- !ruby/object:Gem::Dependency
|
36
35
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
37
36
|
none: false
|
@@ -42,10 +41,10 @@ dependencies:
|
|
42
41
|
segments:
|
43
42
|
- 0
|
44
43
|
version: "0"
|
45
|
-
|
44
|
+
name: facter
|
46
45
|
type: :runtime
|
46
|
+
prerelease: false
|
47
47
|
requirement: *id002
|
48
|
-
name: facter
|
49
48
|
- !ruby/object:Gem::Dependency
|
50
49
|
version_requirements: &id003 !ruby/object:Gem::Requirement
|
51
50
|
none: false
|
@@ -56,10 +55,10 @@ dependencies:
|
|
56
55
|
segments:
|
57
56
|
- 0
|
58
57
|
version: "0"
|
59
|
-
|
58
|
+
name: shoulda
|
60
59
|
type: :development
|
60
|
+
prerelease: false
|
61
61
|
requirement: *id003
|
62
|
-
name: shoulda
|
63
62
|
- !ruby/object:Gem::Dependency
|
64
63
|
version_requirements: &id004 !ruby/object:Gem::Requirement
|
65
64
|
none: false
|
@@ -70,10 +69,10 @@ dependencies:
|
|
70
69
|
segments:
|
71
70
|
- 0
|
72
71
|
version: "0"
|
73
|
-
|
72
|
+
name: mocha
|
74
73
|
type: :development
|
74
|
+
prerelease: false
|
75
75
|
requirement: *id004
|
76
|
-
name: mocha
|
77
76
|
- !ruby/object:Gem::Dependency
|
78
77
|
version_requirements: &id005 !ruby/object:Gem::Requirement
|
79
78
|
none: false
|
@@ -86,10 +85,10 @@ dependencies:
|
|
86
85
|
- 0
|
87
86
|
- 0
|
88
87
|
version: 1.0.0
|
89
|
-
|
88
|
+
name: bundler
|
90
89
|
type: :development
|
90
|
+
prerelease: false
|
91
91
|
requirement: *id005
|
92
|
-
name: bundler
|
93
92
|
- !ruby/object:Gem::Dependency
|
94
93
|
version_requirements: &id006 !ruby/object:Gem::Requirement
|
95
94
|
none: false
|
@@ -102,10 +101,10 @@ dependencies:
|
|
102
101
|
- 5
|
103
102
|
- 2
|
104
103
|
version: 1.5.2
|
105
|
-
|
104
|
+
name: jeweler
|
106
105
|
type: :development
|
106
|
+
prerelease: false
|
107
107
|
requirement: *id006
|
108
|
-
name: jeweler
|
109
108
|
- !ruby/object:Gem::Dependency
|
110
109
|
version_requirements: &id007 !ruby/object:Gem::Requirement
|
111
110
|
none: false
|
@@ -116,10 +115,10 @@ dependencies:
|
|
116
115
|
segments:
|
117
116
|
- 0
|
118
117
|
version: "0"
|
119
|
-
|
118
|
+
name: rcov
|
120
119
|
type: :development
|
120
|
+
prerelease: false
|
121
121
|
requirement: *id007
|
122
|
-
name: rcov
|
123
122
|
description: Is the local client to the puppet_controller
|
124
123
|
email: roman.heinrich@gmail.com
|
125
124
|
executables:
|
@@ -143,7 +142,6 @@ files:
|
|
143
142
|
- runpuppet.gemspec
|
144
143
|
- test/helper.rb
|
145
144
|
- test/test_runpuppet.rb
|
146
|
-
has_rdoc: true
|
147
145
|
homepage: http://github.com/dawanda/runpuppet
|
148
146
|
licenses:
|
149
147
|
- MIT
|
@@ -173,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
173
171
|
requirements: []
|
174
172
|
|
175
173
|
rubyforge_project:
|
176
|
-
rubygems_version: 1.6
|
174
|
+
rubygems_version: 1.8.6
|
177
175
|
signing_key:
|
178
176
|
specification_version: 3
|
179
177
|
summary: The counterpart to puppet_controller
|