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