bartavelle / language-puppet

A library to work with Puppet manifests, test them and eventually replace everything ruby.
BSD 3-Clause "New" or "Revised" License
51 stars 8 forks source link

create_resources with virtual resource #158

Closed jfroche closed 8 years ago

jfroche commented 8 years ago
$groups = hiera_hash('groups', {})
create_resources('@group', $groups)

fails with the following error message:

Problem with q_docker : ./modules/@group/manifests/init.pp: openFile: does not exist (No such file or directory) at # ./modules/profile/manifests/basesystem/users.pp:17:11
jfroche commented 8 years ago

Works for me. Thank you !