Remove debug output

... following the TODO note left.

Change-Id: I8c40c4dfa4ba3046e47b90c611b3768073ae259a
This commit is contained in:
Takashi Kajinami
2023-07-13 00:45:27 +09:00
parent 6c6de8e4d7
commit 12cceb107e

View File

@@ -68,12 +68,10 @@ define swift::storage::mount(
# double checks to make sure that things are mounted
exec { "mount_${name}":
command => "mount ${mnt_base_dir}/${name}",
path => ['/bin'],
unless => "grep ${mnt_base_dir}/${name} /etc/mtab",
# TODO - this needs to be removed when I am done testing
logoutput => true,
before => Anchor['swift::config::end'],
command => "mount ${mnt_base_dir}/${name}",
path => ['/bin'],
unless => "grep ${mnt_base_dir}/${name} /etc/mtab",
before => Anchor['swift::config::end'],
}
$user = $::swift::params::user