139. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/2/2017 1:40:10 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.

139.1 Files compared

# Location File Last Modified
1 chef-repo.zip\chef-repo\project_cookbooks\vista\resources ro_install.rb Wed Jun 3 20:37:07 2015 UTC
2 chef-repo.zip\chef-repo\project_cookbooks\vista\resources ro_install.rb Mon Oct 2 12:41:10 2017 UTC

139.2 Comparison summary

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

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

139.4 Active regular expressions

No regular expressions were active.

139.5 Comparison detail

  1   #
  2   # Cookbook  Name:: vi sta
  3   # Resource :: ro_inst all
  4   #
  5   # Loads an d installs  a distrib ution
  6   #
  7   # Assumpti ons: Distr ibution ha s not been  previousl y loaded a nd waiting  install
  8   #
  9   # see: htt p://www. DNS     /vdl/docum ents/Clini cal/virtua l_patient_ record/vpr _ig.pdf fo r VPR inst all guide
  10   #
  11   #
  12  
  13   actions :e xecute
  14   default_ac tion :exec ute
  15  
  16   attribute  :name, :ki nd_of => S tring, :re quired =>  true, :nam e_attribut e => true
  17   attribute  :source, : kind_of =>  String, : required = > true
  18   attribute  :log, :def ault => ''
  19   attribute  :namespace , :kind_of  => String , :require d => true