Issue #2356 has been updated by Dan Bode.
It would be nice to be able to classify external nodes based on operating
system (for starters). If its necessary, I can outline some of the more
complicated use cases that I am imagining.
#!/usr/bin/perl
my @classes
if($FACT_OPERATINGSYSTEM eq "Solaris") {
push(@classes, "db")
} else
push(@classes, "other-class")
}
----------------------------------------
Feature #2356: access to facts in external nodes
http://projects.reductivelabs.com/issues/2356
Author: Dan Bode
Status: Needs more information
Priority: Normal
Assigned to:
Category:
Target version:
Complexity: Unknown
Affected version: 0.24.8
Keywords:
It would be nice if external nodes had access to facts. Does the order support
this?
They could be added as environment variables of the form FACT_X
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---