This message was deleted.
# puppet
s
This message was deleted.
s
the `require` metaparameter wants a resource reference, but in Hiera you are rather limited and
File['/opt/dspace/assetstore']
is indeed the String
"File['/opt/dspace/assetstore']"
. Luckily some mogic seems to happen and save the day, but I would avoid this kind of patterns if I can.
c
I avoid create_resources altogether. It's like DNS..... when fixing an issue, it's always create_resources.
l
it's better to do a .each loop over storage and then actually put a mount resource in with a
* => $options
type of thing
👍 1