Skip to content

Commit

Permalink
typo in dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Jun 7, 2024
1 parent ba2e4f8 commit e79827c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class { '::nfs':
describe 'include nfs with server params' do
context 'when server params' do
server_pp = <<-PUPPETCODE
file { ['/export', '/export/data_folder', '/etxport/homeexport', '/data_folder', '/homeexport']:
file { ['/export', '/export/data_folder', '/export/homeexport', '/data_folder', '/homeexport']:
ensure => 'directory',
}
class { '::nfs':
Expand Down

0 comments on commit e79827c

Please sign in to comment.