Displaying 1 result from an estimated 1 matches for "pg_statsinfo".
2013 Apr 11
4
Duplicate Declaration of resource (editing contents of same file in two diiferent module)
Hi all,
I am writing two modules abc and xyz. In both the modules i have to
change common "test.txt" file,here i use template (.erb) file to changing
the contents.
In both abc and xyz the contents of "test.txt" file is different, if i
declare file resource for "test.txt" file in two different modules it gives
duplicate declaration of resource error.
For the