Displaying 1 result from an estimated 1 matches for "name_of_the_nod".
Did you mean:
name_of_the_node
2011 Mar 23
1
way of importing .pp file or some string that contain class definition in ruby dsl
....new("development")
pp.file = "web.pp"
pp.parse
My idea is to re-use the classes written in the pp file style and they
are stored in database. I just want to load those classes depending on
''FQDN'' name of a node and then create a node in ruby like this.
node name_of_the_node{
create_resource :class, "httpd"
}
I hope now you get what i''m trying to do in the ruby manifest. If its
still not clear then please ask me to explain more about what i want
to achieve from this.
Thanks.
--
You received this message because you are subscribed to the Googl...