151. 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.

151.1 Files compared

# Location File Last Modified
1 chef-repo.zip\chef-repo\third_party_cookbooks\iptables .kitchen.cloud.yml Wed Jun 3 20:37:07 2015 UTC
2 chef-repo.zip\chef-repo\third_party_cookbooks\iptables .kitchen.cloud.yml Mon Oct 2 12:45:19 2017 UTC

151.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 168
Changed 2 4
Inserted 0 0
Removed 0 0

151.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

151.4 Active regular expressions

No regular expressions were active.

151.5 Comparison detail

  1   ---
  2   driver_con fig:
  3     digitalo cean_clien t_id: <%=  ENV['DIGIT AL_OCEAN_C LIENT_ID']  %>
  4     digitalo cean_api_k ey: <%= EN V['DIGITAL _OCEAN_API _KEY'] %>
  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     availabi lity_zone:  <%= ENV[' AWS_AVAILA BILITY_ZON E'] %>
  9  
  10   provisione r:
  11     name: ch ef_zero
  12     require_ chef_omnib us: latest
  13  
  14   platforms:
  15   - name: ce ntos-5.8
  16     driver_p lugin: dig ital_ocean
  17     driver_c onfig:
  18       size:  1gb
  19  
  20   - name: ce ntos-6.5
  21     driver_p lugin: dig ital_ocean
  22     driver_c onfig:
  23       size:  1gb
  24  
  25   - name: ce ntos-7.0
  26     driver_p lugin: dig ital_ocean
  27     driver_c onfig:
  28       size:  1gb
  29  
  30   - name: de bian-7.0
  31     driver_p lugin: dig ital_ocean
  32     driver_c onfig:
  33       size:  1gb
  34  
  35   - name: ub untu-10.04
  36     driver_p lugin: dig ital_ocean
  37     driver_c onfig:
  38       size:  1gb
  39  
  40   - name: ub untu-12.04
  41     driver_p lugin: dig ital_ocean
  42     driver_c onfig:
  43       size:  1gb
  44  
  45   - name: ub untu-14.04
  46     driver_p lugin: dig ital_ocean
  47     driver_c onfig:
  48       size:  1gb
  49  
  50   - name: am azon-2013. 09
  51     driver_p lugin: ec2
  52     driver_c onfig:
  53       image_ id: ami-3b e4bc52
  54         username:  DNS      
  55       ssh_ke y: <%= ENV ['EC2_SSH_ KEY_PATH']  %>
  56  
  57   - name: am azon-2014. 03
  58     driver_p lugin: ec2
  59     driver_c onfig:
  60       image_ id: ami-6b 726502
  61         username:  DNS      
  62       ssh_ke y: <%= ENV ['EC2_SSH_ KEY_PATH']  %>
  63  
  64   suites:
  65  
  66   #
  67   # Uncommen t to verif y that the  instance  becomes in accessible  post-conv erge
  68   #
  69   #- name: d efault
  70   #  run_lis t:
  71   #  - recip e[iptables ::default]
  72   #  attribu tes: {}
  73  
  74   - name: ip tables_sec ure
  75     run_list :
  76     - recipe [iptables: :default]
  77     - recipe [iptables_ secure::de fault]
  78     attribut es: {}
  79  
  80   - name: no _default_r ules
  81     run_list :
  82     - recipe [iptables: :default]
  83     attribut es:
  84       iptabl es:
  85         inst all_rules:  false
  86