Update name of exec

This commit is contained in:
Ruben Bosch
2019-06-20 21:08:15 +02:00
parent c8cec1e67f
commit b16576f3e1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class sonarr::install (
group => $group,
} ->
exec { 'move files to correct folder':
exec { 'move sonarr files to correct folder':
command => "/usr/bin/mv ${install_path}/NzbDrone/* ${install_path}",
creates => "${install_path}/${executable}",
}
+2 -1
View File
@@ -9,7 +9,8 @@
"issues_url": "https://github.com/Rubueno/rubueno-sonarr/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"},
{"name":"puppet-archive","version_requirement":">= 1.0.0"}
{"name":"puppet-archive","version_requirement":">= 1.0.0"},
{"name":"camptocamp-systemd","version_requirement":">= 1.0.0"}
],
"data_provider": "hiera"
}