On 6/25/2010 12:03 AM, Bill Weiss wrote:
My problem is, in this case, there are machines that need X but not
Y, Y but not X, X and Y, or neither.  I can obviously write all of
those cases out separately, but that means duplication of code for
setting up the parts of X and Y that aren't dependant.

Custom facts are probably the best way for me to do this, but I'd
love to hear that there's a simpler way.


If you can decide in your node source (site.pp or external) which components are needed, this is very easy:


  node a { include X }
  node b { include Y }
  node c { include X,Y }
  node d { }


If you **cannot** decide in your node source, you're probably doing something wrong[1] and need to explain your problem better.



Best Regards, David

[1] I know, converting legacy systems is a pain, but IMHO you're still better off doing a manual survey and nailing it down instead of trying to make automatic decisions that'll backfire down the road.
--
dasz.at OG              Tel: +43 (0)664 2602670     Web: http://dasz.at
Klosterneuburg                                         UID: ATU64260999

       FB-Nr.: FN 309285 g          FB-Gericht: LG Korneuburg

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to