File tree Expand file tree Collapse file tree 4 files changed +1
-190
lines changed Expand file tree Collapse file tree 4 files changed +1
-190
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -101,22 +101,6 @@ profile::core::yum::dell::repo:
101101 target : " /etc/yum.repos.d/dell.repo"
102102
103103profile::nfs::client::csc::mounts :
104- /net/project :
105- share : " project"
106- server : " nfs1.cp.lsst.org"
107- atboot : true
108- /net/scratch :
109- share : " scratch"
110- server : " nfs1.cp.lsst.org"
111- atboot : true
112- /net/home :
113- share : " home"
114- server : " nfs1.cp.lsst.org"
115- atboot : true
116- /net/lsstdata :
117- share : " lsstdata"
118- server : " nfs1.cp.lsst.org"
119- atboot : true
120104 /net/auxtel/lsstdata :
121105 share : " lsstdata"
122106 server : " auxtel-archiver.cp.lsst.org"
Original file line number Diff line number Diff line change 1010 context 'with default module data' do
1111 it { is_expected . to compile . with_all_deps }
1212 it { is_expected . to contain_class ( 'nfs::client' ) }
13- it { is_expected . to have_nfs__client__mount_resource_count ( 6 ) }
13+ it { is_expected . to have_nfs__client__mount_resource_count ( 2 ) }
1414 end
1515 end
1616 end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments