File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 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)
6060 } ,
6161 'memorysize' => '8 GiB' ,
6262 'osfamily' => 'RedHat' ,
63+ 'selinux' => false ,
6364 'operatingsystem' => 'CentOS' ,
6465 'operatingsystemrelease' => '6.8' ,
66+ 'path' => '/tmp/staging/' ,
6567 'processorcount' => '2' ,
6668 'fake_domain' => 'pgtomcat.mycompany.org' ,
6769 'function' => 'app' ,
6870 'group' => 'pgtomcat' ,
6971 'stage' => 'prod' ,
72+ 'staging_http_get' => 'curl' ,
7073 'whereami' => 'portland' ,
7174 'hostname' => 'pgtomcat' ,
7275 'fqdn' => 'pgtomcat.mycompany.org' ,
Original file line number Diff line number Diff line change 55 :datadir: "<%= datadir %> "
66:hierarchy:
77# This hierarchy is based on the one from the puppetlabs ops team.
8- - "vagrant/%{is_vagrant}"
98 - "nodes/%{fake_domain}/%{fqdn}"
109 - "nodes/%{fake_domain}/%{hostname}"
1110 - "domains/%{fake_domain}/groups/%{group}"
You can’t perform that action at this time.
0 commit comments