On Mon, Jul 25, 2011 at 8:09 PM, Matt wrote:
> Is there a way to load a file from within the module in Ruby DSL?
>
> The idea I have is to load a file similar to like how template works.
>
> I'm trying to read in a database properties file and I would like to
> keep within the module instead of ha
Sounds like a good use case for writing a custom fact.
On Mon, Jul 25, 2011 at 5:09 PM, Matt wrote:
> Is there a way to load a file from within the module in Ruby DSL?
>
> The idea I have is to load a file similar to like how template works.
>
> I'm trying to read in a database properties file a