summaryrefslogtreecommitdiffstats
path: root/acceptance/tests/ticket_3656_requiring_multiple_resources.rb
blob: 754e6415bf15d8f0613a2827950006817bbf46a6 (plain)
1
2
3
4
5
6
7
8
test_name "#3656: requiring multiple resources"
apply_manifest_on agents, %q{
    notify { 'foo': }
    notify { 'bar': }
    notify { 'baz':
      require => [Notify['foo'], Notify['bar']],
    }
}