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

138.1 Files compared

# Location File Last Modified
1 chef-repo.zip\chef-repo\project_cookbooks\vista\resources load_global.rb Fri Oct 9 17:53:30 2015 UTC
2 chef-repo.zip\chef-repo\project_cookbooks\vista\resources load_global.rb Mon Oct 2 12:41:09 2017 UTC

138.2 Comparison summary

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

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

138.4 Active regular expressions

No regular expressions were active.

138.5 Comparison detail

  1   #
  2   # Cookbook  Name:: vi sta
  3   # Resource :: install _distribut ion
  4   #
  5   # Loads an d installs  a distrib ution. Sou rce can be  either a  remote URL  or cookbo ok file.
  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 :i nstall
  14   default_ac tion :inst all
  15  
  16   attribute  :name, :ki nd_of => S tring, :re quired =>  true, :nam e_attribut e => true
  17   attribute  :patch_lis t, :kind_o f => Strin g, :requir ed => true
  18   attribute  :manifest_ path, :kin d_of => St ring, :def ault => "# {Chef::Con fig[:file_ cache_path ]}/kids-ma nifest.jso n"
  19   attribute  :log, :def ault => ''