Closed twolfson closed 8 years ago
In our Chef configuration, we have a lot of files that leverage data_dir. We should simplify those resources by providing default contents that use the resource's name as its contents. For example /etc/timezone would receive $data_dir/etc/timezone.
data_dir
/etc/timezone
$data_dir/etc/timezone
We have released the data_file resources in 2.4.0.
data_file
2.4.0
In our Chef configuration, we have a lot of files that leverage
data_dir
. We should simplify those resources by providing default contents that use the resource's name as its contents. For example/etc/timezone
would receive$data_dir/etc/timezone
.