On 2014-17-11 12:40, Antoine Cotten wrote:
Dear fellow Puppet users,

Is there any convenient way to access a variable defined in a Puppet class from within a custom fact?

Facts come before puppet variables. At best you can get some value from the *previous* catalog application by writing it to a
file.

- henrik
I'm trying to reuse a Puppet variable within a fact definition, but can't find any way to look it up like I would do within an ERB template.

Example (fictional):||
|
|
Facter.add(:tomcat_package)do
  tomcat_package_name =scope.lookupvar(::tomcat::package_name)
  setcode do
|tomcat_package_name|
end
end
|
|

I could export a FACTER_ environment variable instead, but that's not very convenient in my case.

Thanks for the help
--
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 <mailto:puppet-users+unsubscr...@googlegroups.com>. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/035e6872-d058-4e9b-80c8-f66bfb4f5632%40googlegroups.com <https://groups.google.com/d/msgid/puppet-users/035e6872-d058-4e9b-80c8-f66bfb4f5632%40googlegroups..com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.


--

Visit my Blog "Puppet on the Edge"
http://puppet-on-the-edge.blogspot.se/


--
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/m4d7ia%24c48%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to