xymon::client::preconfig : Correct missing argument for the exec

ressource.
This commit is contained in:
gardouille 2015-02-16 17:47:59 +01:00
parent 5f680c10e6
commit f30b3d7bb7
1 changed files with 4 additions and 2 deletions

View File

@ -34,8 +34,10 @@ class xymon::client::preconfig {
}
exec { 'Create download directory for Xymon client package':
command => "mkdir -p -- ${xymon::client::download_dir}",
creates => $xymon::client::download_dir,
path => [ '/bin', '/sbin', '/usr/bin', '/usr/sbin' ],
command => "mkdir -p -- ${xymon::client::download_dir}",
creates => $xymon::client::download_dir,
logoutput => 'on_failure',
}
} # Private class: xymon::client::preconfig