Update name of exec

This commit is contained in:
Ruben Bosch 2019-06-20 21:08:15 +02:00
parent c8cec1e67f
commit b16576f3e1
No known key found for this signature in database
GPG Key ID: 50A7118A59880ACE
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -9,7 +9,8 @@
"issues_url": "https://github.com/Rubueno/rubueno-sonarr/issues", "issues_url": "https://github.com/Rubueno/rubueno-sonarr/issues",
"dependencies": [ "dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"}, {"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" "data_provider": "hiera"
} }