I am using 2.6.6, when I try your example I get a empty string back, I
tried with 'module_name' and the actual name of the module and both
return an empty string.
On Sep 6, 12:27 pm, Nan Liu wrote:
> On Tue, Sep 6, 2011 at 9:08 AM, Matt wrote:
> > I'm trying to write a ruby dsl manifest that p
On Tue, Sep 6, 2011 at 9:08 AM, Matt wrote:
> I'm trying to write a ruby dsl manifest that pulls data from a
> database. The issue I'm trying to overcome is I dont want to have to
> hardcode the location of the db configuration. If I set it at the
> init.pp level the configuration it will be picke
I'm trying to write a ruby dsl manifest that pulls data from a
database. The issue I'm trying to overcome is I dont want to have to
hardcode the location of the db configuration. If I set it at the
init.pp level the configuration it will be picked up as top scope and
dumped to the facts, and also b