Sha256: 0984446f65606074c27d48b9c9e5a907db991b1272ab7474620af9bd18efa129

Contents?: true

Size: 151 Bytes

Versions: 4

Compression:

Stored size: 151 Bytes

Contents

$var=['/tmp/file1','/tmp/file2']

class arraytest {
	$var += ['/tmp/file3', '/tmp/file4']
	file {
		$var:
			content => "test"
	}
}

include arraytest

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-0.24.9 test/data/snippets/append.pp
puppet-0.24.6 test/data/snippets/append.pp
puppet-0.24.7 test/data/snippets/append.pp
puppet-0.24.8 test/data/snippets/append.pp