Skip to content

Commit c7c9182

Browse files
author
Nitish Malang
committed
chore: use Obmondo puppet-bind fork due to unmerged upstream security fix
Source: https://github.com/Obmondo/puppet-bind.git/releases/tag/0.5.9
1 parent d2fbd74 commit c7c9182

3 files changed

Lines changed: 5 additions & 45 deletions

File tree

modules/Puppetfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ mod 'voxpupuli/archive',
3232
:git => "https://github.com/voxpupuli/puppet-archive.git",
3333
:ref => 'v8.1.0'
3434

35-
mod 'thias/bind',
36-
:git => 'https://github.com/thias/puppet-bind.git',
37-
:ref => '0.5.8'
35+
mod 'obmondo/bind',
36+
:git => 'https://github.com/Obmondo/puppet-bind.git',
37+
:ref => '0.5.9'
3838

3939
mod 'puppetlabs/concat',
4040
:git => "https://github.com/puppetlabs/puppetlabs-concat.git",

modules/upstream/bind/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ gem 'rspec-puppet'
66
gem 'rake'
77
gem 'puppet'
88
gem 'puppetlabs_spec_helper'
9-
gem 'puppet-lint'
9+
gem 'puppet-lint'
10+
gem "rexml", ">= 3.3.9", require: false

modules/upstream/bind/Gemfile.lock

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)