Update name of exec

This commit is contained in:
Ruben Bosch 2019-06-20 21:08:46 +02:00
parent d6c0e3bd36
commit d84d59224e
No known key found for this signature in database
GPG Key ID: 50A7118A59880ACE

View File

@ -78,7 +78,7 @@ class radarr::install (
user => $user,
group => $group,
} ->
exec { 'move files to correct folder':
exec { 'move radarr files to correct folder':
command => "/usr/bin/mv ${install_path}/Radarr/* ${install_path}",
creates => "${install_path}/${executable}",
}