1file { "/tmp/component1": 2 ensure => file 3} 4 5define thing { 6 file { $name: ensure => file } 7} 8 9thing { "/tmp/component2": 10 require => File["/tmp/component1"] 11} 12
1file { "/tmp/component1": 2 ensure => file 3} 4 5define thing { 6 file { $name: ensure => file } 7} 8 9thing { "/tmp/component2": 10 require => File["/tmp/component1"] 11} 12