168. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/2/2017 1:40:11 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

168.1 Files compared

# Location File Last Modified
1 chef-repo.zip\chef-repo\third_party_cookbooks\runit .kitchen.cloud.yml Tue Mar 14 02:17:48 2017 UTC
2 chef-repo.zip\chef-repo\third_party_cookbooks\runit .kitchen.cloud.yml Mon Oct 2 12:51:07 2017 UTC

168.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 204
Changed 1 2
Inserted 0 0
Removed 0 0

168.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

168.4 Active regular expressions

No regular expressions were active.

168.5 Comparison detail

  1   #<% requir e 'kitchen -sync' %>
  2   ---
  3   driver_con fig:
  4     digitalo cean_api_t oken: <%=  ENV['DIGIT ALOCEAN_AP I_TOKEN']  %>
  5     aws_acce ss_key_id:  <%= ENV[' AWS_ACCESS _KEY_ID']  %>
  6     aws_secr et_access_ key: <%= E NV['AWS_SE CRET_ACCES S_KEY'] %>
  7     aws_ssh_ key_id: <% = ENV['AWS _KEYPAIR_N AME'] %>
  8     flavor_i d: <%= ENV ['EC2_FLAV OR_ID'] %>
  9     availabi lity_zone:  <%= ENV[' AWS_AVAILA BILITY_ZON E'] %>
  10  
  11   provisione r:
  12     name: ch ef_zero
  13     require_ chef_omnib us: latest
  14  
  15   platforms:
  16   - name: ce ntos-5.8
  17     driver_p lugin: dig ital_ocean
  18     driver_c onfig:
  19       size:  2gb
  20       image:  centos-5- 8-x64
  21       region : <%= ENV[ 'DIGITALOC EAN_REGION '] %>
  22       ssh_ke y_ids: <%=  ENV['DIGI TALOCEAN_S SH_KEYS']  %>
  23       ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH']  %>
  24     run_list :
  25     - recipe [yum-epel]
  26  
  27   - name: ce ntos-6.5
  28     driver_p lugin: dig ital_ocean
  29     driver_c onfig:
  30       size:  2gb
  31       image:  centos-6- 5-x64
  32       region : <%= ENV[ 'DIGITALOC EAN_REGION '] %>
  33       ssh_ke y_ids: <%=  ENV['DIGI TALOCEAN_S SH_KEYS']  %>
  34       ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH']  %>
  35  
  36   - name: ce ntos-7.0
  37     driver_p lugin: dig ital_ocean
  38     driver_c onfig:
  39       size:  2gb
  40       image:  centos-7- 0-x64
  41       region : <%= ENV[ 'DIGITALOC EAN_REGION '] %>
  42       ssh_ke y_ids: <%=  ENV['DIGI TALOCEAN_S SH_KEYS']  %>
  43       ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH']  %>
  44  
  45   - name: am azon-2014. 09
  46     driver_p lugin: ec2
  47     driver_c onfig:
  48       image_ id: ami-9a 6ed3f2
  49         username:  DNS      
  50       ssh_ke y: <%= ENV ['EC2_SSH_ KEY_PATH']  %>
  51  
  52   - name: fe dora-21
  53     driver_p lugin: dig ital_ocean
  54     driver_c onfig:
  55       size:  2gb
  56       image:  fedora-21 -x64
  57       region : <%= ENV[ 'DIGITALOC EAN_REGION '] %>
  58       ssh_ke y_ids: <%=  ENV['DIGI TALOCEAN_S SH_KEYS']  %>
  59       ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH']  %>
  60  
  61   - name: de bian-7.0
  62     driver_p lugin: dig ital_ocean
  63     driver_c onfig:
  64       size:  2gb
  65       image:  debian-7- 0-x64
  66       region : <%= ENV[ 'DIGITALOC EAN_REGION '] %>
  67       ssh_ke y_ids: <%=  ENV['DIGI TALOCEAN_S SH_KEYS']  %>
  68       ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH']  %>
  69     run_list :
  70     - recipe [apt]
  71  
  72   - name: ub untu-12.04
  73     driver_p lugin: dig ital_ocean
  74     driver_c onfig:
  75       size:  2gb
  76       image:  ubuntu-12 -04-x64
  77       region : <%= ENV[ 'DIGITALOC EAN_REGION '] %>
  78       ssh_ke y_ids: <%=  ENV['DIGI TALOCEAN_S SH_KEYS']  %>
  79       ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH']  %>
  80     run_list :
  81     - recipe [apt]
  82  
  83   - name: ub untu-14.04
  84     driver_p lugin: dig ital_ocean
  85     driver_c onfig:
  86       size:  2gb
  87       image:  ubuntu-14 -04-x64
  88       region : <%= ENV[ 'DIGITALOC EAN_REGION '] %>
  89       ssh_ke y_ids: <%=  ENV['DIGI TALOCEAN_S SH_KEYS']  %>
  90       ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH']  %>
  91     run_list :
  92     - recipe [apt]
  93  
  94   suites:
  95   - name: de fault
  96     run_list :
  97     - recipe [runit_tes t]
  98     attribut es: {}
  99  
  100   - name: se rvice
  101     run_list :
  102     - recipe [runit_tes t::service ]
  103     attribut es: {}