Re: [Puppet Users] ruby dsl, loading files from within the modules

2011-07-26 Thread Nan Liu
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

Re: [Puppet Users] ruby dsl, loading files from within the modules

2011-07-25 Thread Scott Smith
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