Displaying 1 result from an estimated 1 matches for "aeqgttt6".
2011 Jun 14
4
Question about custom function.
...configuration for tomcat server. I want it to
depend on my mod_jk properties file. I wrote some simple script which
you can see here: http://pastebin.com/CffBr0Nc it works just fine.
So I tried to move it to puppet as my custom function. It''s available
for review here: http://pastebin.com/AeQgTTT6
Now, when I''m running first in irb, I see that script loads
properties file and instance() function returns "node_#{l}" which is
`node_SOME_LETTER'' and that''s exactly what I want it to do.
But as long as I''m running irb against puppet file, I see ther...