You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The environ script has to create an environment hash and then pass that every time it uses the environ resource, it would be nice if it could do that in the resource, this seems to be bad form, but could maybe be done?
property(:foo,default: lazy{node["whatever"]})
The reason why the EnvironHash is created in the default recipe and then passed to the resource is because it needs access to the node configuration.
The text was updated successfully, but these errors were encountered:
It would be nice if EnvironHash could take a directory when being created, then you could just call files, something like this:
The
environ
script has to create an environment hash and then pass that every time it uses theenviron
resource, it would be nice if it could do that in the resource, this seems to be bad form, but could maybe be done?The reason why the
EnvironHash
is created in the default recipe and then passed to the resource is because it needs access to the node configuration.The text was updated successfully, but these errors were encountered: