rconf 0.9.23 → 0.9.24
Sign up to get free protection for your applications and to get access to all the features.
@@ -169,7 +169,7 @@ module RightConf
|
|
169
169
|
"alias nstart='#{install_path}/sbin/nginx'\n" +
|
170
170
|
"alias nstop='#{install_path}/sbin/nginx -s stop'"
|
171
171
|
end
|
172
|
-
post_note (post_note || '') + "\nThe nginx settings will make right_site available at http://right-site.rightscale.local:
|
172
|
+
post_note (post_note || '') + "\nThe nginx settings will make right_site available at http://right-site.rightscale.local:3080"
|
173
173
|
File.delete(File.join(ruby_dir, 'rake')) unless rake_exist
|
174
174
|
report_success
|
175
175
|
end
|
@@ -184,7 +184,7 @@ module RightConf
|
|
184
184
|
"# added by rconf's passenger_configurator\n"
|
185
185
|
"#\n" +
|
186
186
|
"255.255.255.255 broadcasthost\n" +
|
187
|
-
"127.0.0.1 right-site.rightscale.local library.rightscale.local rightscale.local"
|
187
|
+
"127.0.0.1 right-site.rightscale.local library.rightscale.local rightscale.local global.rightscale.local"
|
188
188
|
end
|
189
189
|
|
190
190
|
# Nginx error log path
|
data/lib/rconf/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rconf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.24
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-09-27 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &70104721575600 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '2.5'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70104721575600
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: flexmock
|
27
|
-
requirement: &
|
27
|
+
requirement: &70104721574900 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '0.9'
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70104721574900
|
36
36
|
description: ! 'rconf configures the environment for a given application. rconf reads
|
37
37
|
|
38
38
|
the content of an application configuration file and installs and/or
|