search for: thatclass

Displaying 3 results from an estimated 3 matches for "thatclass".

Did you mean: testclass
2009 Mar 10
13
module dependencies
Is it possible to make a module a dependency? We have a "base" module that contains packages, configurations, etc, that should be processed before other modules, and I''m looking for a way of enforcing a dependency on everything in the base module without having to explicitly list each package, etc. Thanks, Keith --~--~---------~--~----~------------~-------~--~----~ You
2010 Oct 24
0
[ wxruby-Bugs-28669 ] INSTALL file states incorrect use of class exclusion
...INSTALL file states incorrect use of class exclusion Initial Comment: Hi all, The INSTALL file says this: ================================ Lastly, you may specifically exclude certain classes; this is most often useful if a particular class is causing problems: export WXRUBY_EXCLUDE=ThisClass,ThatClass ================================ This is just wrong. I spent three days in order to realize that it''s not me who''s doing something wrong in excluding a special class (MediaCtrl in this case), but it''s the docs. After hunting around in the rakefiles, I found out, the expo...
2008 Aug 11
6
Class dependency question
So I have two classes for openvz setup. The first is openvz::setup and it sets up the box for OpenVZ.. then another class (in same .pp file) called openvz::master sets up the config for the main system (as opposed to a VE). The error I see is that the openvz::master class is executed (and fails) becuase it doesn''t seem to load up the setup class? debug: Calling puppetmaster.getconfig