Merge "Simplify redundant resource dependency"
This commit is contained in:
commit
24853f714e
@ -649,10 +649,9 @@ class tempest(
|
|||||||
command => ['tempest', 'init', $tempest_workspace],
|
command => ['tempest', 'init', $tempest_workspace],
|
||||||
path => ['/bin', '/usr/bin'],
|
path => ['/bin', '/usr/bin'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
require => Package['tempest'],
|
subscribe => Package['tempest'],
|
||||||
}
|
}
|
||||||
Package<| tag == 'tempest-package' |> -> Exec['tempest-workspace']
|
Package<| tag == 'tempest-package' |> -> Exec['tempest-workspace']
|
||||||
Package['tempest'] ~> Exec['tempest-workspace']
|
|
||||||
Exec['tempest-workspace'] -> Tempest_config<||>
|
Exec['tempest-workspace'] -> Tempest_config<||>
|
||||||
|
|
||||||
$tempest_conf = "${tempest_workspace}/etc/tempest.conf"
|
$tempest_conf = "${tempest_workspace}/etc/tempest.conf"
|
||||||
|
@ -445,7 +445,7 @@ describe 'tempest' do
|
|||||||
:command => ['tempest', 'init', '/var/lib/tempest'],
|
:command => ['tempest', 'init', '/var/lib/tempest'],
|
||||||
:path => ['/bin', '/usr/bin'],
|
:path => ['/bin', '/usr/bin'],
|
||||||
:refreshonly => true,
|
:refreshonly => true,
|
||||||
:require => 'Package[tempest]'
|
:subscribe => 'Package[tempest]'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user