Remove debug output
... following the TODO note left. Change-Id: I8c40c4dfa4ba3046e47b90c611b3768073ae259a
This commit is contained in:
@@ -71,8 +71,6 @@ define swift::storage::mount(
|
|||||||
command => "mount ${mnt_base_dir}/${name}",
|
command => "mount ${mnt_base_dir}/${name}",
|
||||||
path => ['/bin'],
|
path => ['/bin'],
|
||||||
unless => "grep ${mnt_base_dir}/${name} /etc/mtab",
|
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'],
|
before => Anchor['swift::config::end'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user