Skip to content

Commit 6aa4e47

Browse files
committed
Update to puppetlabs/stdlib 8
Flip present to installed in cifs_mount_spec due to puppetlabs/puppetlabs-stdlib#1196
1 parent 13e3d66 commit 6aa4e47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fixtures:
1313
# module_name:
1414
# repo: "git://github.com/mlibrary/repo_name"
1515
forge_modules:
16-
stdlib: {"repo": "puppetlabs/stdlib", "ref": "7.1.0" }
16+
stdlib: {"repo": "puppetlabs/stdlib", "ref": "8.6.0" }
1717
rbenv: {"repo": "jdowning/rbenv", "ref": "3.0.0" }
1818
archive: {"repo": "puppet/archive", "ref": "6.1.2" }
1919
kmod: {"repo": "puppet/kmod", "ref": "3.2.0" }

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": "https://github.com/mlibrary/nebula",
88
"issues_url": "https://github.com/mlibrary/nebula/issues",
99
"dependencies": [
10-
{"name": "puppetlabs/stdlib", "version_requirement": "7.1.0" },
10+
{"name": "puppetlabs/stdlib", "version_requirement": "8.6.0" },
1111
{"name": "jdowning/rbenv", "version_requirement": "3.0.0" },
1212
{"name": "puppet/archive", "version_requirement": "6.1.2" },
1313
{"name": "puppet/kmod", "version_requirement": "3.2.0" },

spec/defines/cifs_mount_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
it { is_expected.to compile }
2424

25-
it { is_expected.to contain_package('cifs-utils').with_ensure('present') }
25+
it { is_expected.to contain_package('cifs-utils').with_ensure('installed') }
2626
it { is_expected.to contain_file(title).with_ensure('directory') }
2727
it { is_expected.not_to contain_file('/etc/default/an_unused_user-credentials') }
2828

0 commit comments

Comments
 (0)