Skip to content

Commit ba528ec

Browse files
author
Joshua Hoblitt
committed
change stdlib dep to v3.0.0
The oldest version with `ensure_resource()`
1 parent 8e01b22 commit ba528ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.fixtures.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
fixtures:
22
repositories:
3-
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
3+
"stdlib":
4+
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
5+
ref: "3.0.0"
6+
47
symlinks:
58
"udev": "#{source_dir}"

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ project_page 'https://github.com/jhoblitt/puppet-udev'
77
source 'https://github.com/jhoblitt/puppet-udev.git'
88
summary 'Manages the udev package and device rules'
99
description 'Manages the udev package and device rules'
10-
dependency 'puppetlabs/stdlib', '>= 4.1.0'
10+
dependency 'puppetlabs/stdlib', '>= 3.0.0'

0 commit comments

Comments
 (0)