Commit a0c18b7 committed Jan 2, 2012 Unverified
File tree 1 file changed +16
-15
lines changed
1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,19 @@ Setup a new virtual host
23
23
}
24
24
25
25
Add a Proxy Server(s)
26
- node default {
27
- class { 'mcollective': }
28
- nginx::resource::upstream { 'puppet_rack_app':
29
- ensure => present,
30
- members => [
31
- 'localhost:3000',
32
- 'localhost:3001',
33
- 'localhost:3002',
34
- ] ,
35
- }
36
- nginx::resource::vhost { 'rack.puppetlabs.com':
37
- ensure => present,
38
- proxy => 'http://puppet_rack_app ',
39
- }
40
- }
26
+
27
+ node default {
28
+ class { 'mcollective': }
29
+ nginx::resource::upstream { 'puppet_rack_app':
30
+ ensure => present,
31
+ members => [
32
+ 'localhost:3000',
33
+ 'localhost:3001',
34
+ 'localhost:3002',
35
+ ],
36
+ }
37
+ nginx::resource::vhost { 'rack.puppetlabs.com':
38
+ ensure => present,
39
+ proxy => 'http://puppet_rack_app',
40
+ }
41
+ }
You can’t perform that action at this time.
0 commit comments