DEBSOURCES
Skip Quicknav
sources / puppet / 3.7.2-4 / spec / fixtures / unit / parser / lexer / append.pp
1234567891011
$var=['/tmp/file1','/tmp/file2'] class arraytest { $var += ['/tmp/file3', '/tmp/file4'] file { $var: content => "test" } } include arraytest