xymon::client::preconfig : Correct missing argument for the exec
ressource.
This commit is contained in:
parent
5f680c10e6
commit
f30b3d7bb7
@ -34,8 +34,10 @@ class xymon::client::preconfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exec { 'Create download directory for Xymon client package':
|
exec { 'Create download directory for Xymon client package':
|
||||||
command => "mkdir -p -- ${xymon::client::download_dir}",
|
path => [ '/bin', '/sbin', '/usr/bin', '/usr/sbin' ],
|
||||||
creates => $xymon::client::download_dir,
|
command => "mkdir -p -- ${xymon::client::download_dir}",
|
||||||
|
creates => $xymon::client::download_dir,
|
||||||
|
logoutput => 'on_failure',
|
||||||
}
|
}
|
||||||
|
|
||||||
} # Private class: xymon::client::preconfig
|
} # Private class: xymon::client::preconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user