File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,16 @@ def run(args=nil)
60
60
} ,
61
61
'memorysize' => '8 GiB' ,
62
62
'osfamily' => 'RedHat' ,
63
+ 'selinux' => false ,
63
64
'operatingsystem' => 'CentOS' ,
64
65
'operatingsystemrelease' => '6.8' ,
66
+ 'path' => '/tmp/staging/' ,
65
67
'processorcount' => '2' ,
66
68
'fake_domain' => 'pgtomcat.mycompany.org' ,
67
69
'function' => 'app' ,
68
70
'group' => 'pgtomcat' ,
69
71
'stage' => 'prod' ,
72
+ 'staging_http_get' => 'curl' ,
70
73
'whereami' => 'portland' ,
71
74
'hostname' => 'pgtomcat' ,
72
75
'fqdn' => 'pgtomcat.mycompany.org' ,
Original file line number Diff line number Diff line change 5
5
:datadir: "<%= datadir %> "
6
6
:hierarchy:
7
7
# This hierarchy is based on the one from the puppetlabs ops team.
8
- - "vagrant/%{is_vagrant}"
9
8
- "nodes/%{fake_domain}/%{fqdn}"
10
9
- "nodes/%{fake_domain}/%{hostname}"
11
10
- "domains/%{fake_domain}/groups/%{group}"
You can’t perform that action at this time.
0 commit comments