Hi,
On 11/22/2013 02:04 PM, sasikiran v wrote:
> site.pp
> ---------
> node1 { 'first_node':
> a => 'hello'
> }
this doesn't look like valid node syntax?
> new_module.pp
> ----------------------
>
> // Here i want to get all the list of node_names, is there any
> possibility to retrieve
Uhm, you can *possibly* get at the data using file() or generate(), but
you probably shouldn't. It sounds like you are laying a nightmarish
foundation for your architecture.
What are you trying to do, specifically? Maybe we can recommend a better
way to get there.
Cheers,
Felix