/puppet-patch

Primary LanguageRubyMIT LicenseMIT

patch

Table of Contents

  1. Description
  2. Usage

Description

Apply a diff using the patch command.

Usage

patch { 'patch vendor templates':
  target  => '/opt/application/templates',
  content => file("${module_name}/vendor.patch"),
  strip   => 1,
}