On Thursday, November 20, 2014 12:21:09 PM UTC-6, Spriya wrote:
>
> Hi ,
>
> Is there any way to merge two facts into single facts.
>
> Here is my facts
> java_known_weblogic_version11.7.0_72java_known_weblogic_version1_path
> /u01/java/jdk1.7.0_72/jre/bin/java
>
> I want to merge these two facts into single one 
>
> I mean 
>
> java_known_weblogic_version1 = 1.7.0_72//u01/java/jdk1.7.0_72/jre/bin/java
>
> Like this
>
> Anyone please help me
>


In what context, for what purpose?

Generally speaking, I'd say you should just concatenate the two fact values 
in the scope where the aggregate value is wanted, as opposed to modifying 
fact implementations to change what facter reports.  Is that unsuitable for 
some reason?


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e9b8dcd1-901b-4819-9fef-1d1be3541a4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to