Remove debug output
... following the TODO note left. Change-Id: I8c40c4dfa4ba3046e47b90c611b3768073ae259a
This commit is contained in:
@@ -68,12 +68,10 @@ define swift::storage::mount(
|
|||||||
|
|
||||||
# double checks to make sure that things are mounted
|
# double checks to make sure that things are mounted
|
||||||
exec { "mount_${name}":
|
exec { "mount_${name}":
|
||||||
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
|
before => Anchor['swift::config::end'],
|
||||||
logoutput => true,
|
|
||||||
before => Anchor['swift::config::end'],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$user = $::swift::params::user
|
$user = $::swift::params::user
|
||||||
|
Reference in New Issue
Block a user