File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fixtures:
13
13
# module_name:
14
14
# repo: "git://github.com/mlibrary/repo_name"
15
15
forge_modules :
16
- stdlib : {"repo": "puppetlabs/stdlib", "ref": "7.1 .0" }
16
+ stdlib : {"repo": "puppetlabs/stdlib", "ref": "8.6 .0" }
17
17
rbenv : {"repo": "jdowning/rbenv", "ref": "3.0.0" }
18
18
archive : {"repo": "puppet/archive", "ref": "6.1.2" }
19
19
kmod : {"repo": "puppet/kmod", "ref": "3.2.0" }
Original file line number Diff line number Diff line change 7
7
"source" : " https://github.com/mlibrary/nebula" ,
8
8
"issues_url" : " https://github.com/mlibrary/nebula/issues" ,
9
9
"dependencies" : [
10
- {"name" : " puppetlabs/stdlib" , "version_requirement" : " 7.1 .0" },
10
+ {"name" : " puppetlabs/stdlib" , "version_requirement" : " 8.6 .0" },
11
11
{"name" : " jdowning/rbenv" , "version_requirement" : " 3.0.0" },
12
12
{"name" : " puppet/archive" , "version_requirement" : " 6.1.2" },
13
13
{"name" : " puppet/kmod" , "version_requirement" : " 3.2.0" },
Original file line number Diff line number Diff line change 22
22
23
23
it { is_expected . to compile }
24
24
25
- it { is_expected . to contain_package ( 'cifs-utils' ) . with_ensure ( 'present ' ) }
25
+ it { is_expected . to contain_package ( 'cifs-utils' ) . with_ensure ( 'installed ' ) }
26
26
it { is_expected . to contain_file ( title ) . with_ensure ( 'directory' ) }
27
27
it { is_expected . not_to contain_file ( '/etc/default/an_unused_user-credentials' ) }
28
28
You can’t perform that action at this time.
0 commit comments