File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,11 @@ classes:
33 - " profile::core::common"
44 - " profile::core::nfsclient"
55packages :
6+ - " awscli2"
67 - " libgphoto2"
78
8- files :
9- /dimm :
10- ensure : " directory"
11- mode : " 1777"
12-
139nfs::client_enabled : true
1410nfs::client_mounts :
15- /dimm :
16- share : " dimm"
17- server : " nfs-dimm.cp.lsst.org"
18- atboot : true
1911 /project :
2012 share : " project"
2113 server : " nfs-project.cp.lsst.org"
Original file line number Diff line number Diff line change 3030 it { is_expected . to compile . with_all_deps }
3131
3232 include_examples ( 'common' , os_facts :, site :)
33+ it { is_expected . to contain_package ( 'awscli2' ) }
3334 it { is_expected . to contain_package ( 'libgphoto2' ) }
3435
35- it do
36- is_expected . to contain_nfs__client__mount ( '/dimm' ) . with (
37- share : 'dimm' ,
38- server : 'nfs-dimm.cp.lsst.org' ,
39- atboot : true
40- )
41- end
42-
4336 it do
4437 is_expected . to contain_nfs__client__mount ( '/project' ) . with (
4538 share : 'project' ,
You can’t perform that action at this time.
0 commit comments