This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 it 'should contain mount service' do
4545 should contain_service ( mount_service_name ) . that_requires ( "Service[#{ format_service_name } ]" )
46- should contain_file ( "/etc/systemd/system/#{ mount_service_name } " ) . with_content ( %r{Type=xfs } )
46+ should contain_file ( "/etc/systemd/system/#{ mount_service_name } " ) . with_content ( %r{Type=auto } )
4747 should contain_file ( "/etc/systemd/system/#{ mount_service_name } " ) . with_content ( %r{Where=/mnt/folder/test1} )
4848 should contain_file ( "/etc/systemd/system/#{ mount_service_name } " ) . with_content ( %r{What=/dev/xvdy} )
4949 end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ After=<%= @format_service_name %>
66[Mount]
77What=<%= @device %>
88Where=<%= @dest_path %>
9- Type=<%= @filesystem %>
9+ Type=auto
1010
1111[Install]
1212WantedBy=multiuser.target
You can’t perform that action at this time.
0 commit comments