search for: other_classes

Displaying 2 results from an estimated 2 matches for "other_classes".

2007 Nov 23
1
what''s the best way to deal with class/inheritence
...s a "remote office" type of server, a "mail gateway", ... and then a list of classes is installed (from classes/ using include statements) in a convenient and easy way --> currently it''s defined as a ''class bundle-xxxx { $var1="value2"; include other_classes }'' site-global.pp only one pp containing values for a given site installation (multiple server, one customer, for example) --> currently it''s defined as a ''node site-globals { $var1="value3" }'' nodes/ "node xxx" statements, one by i...
2007 Feb 09
12
Module Organization
This is in reference to David Schmitt''s writeup [1] I like that writeup a lot; I just had a few comments/clarifications: * Namespaces: For now, we just use a flat namespace for modules, i.e. you can''t have modules within modules, and you always know that in a fully qualified name ''foo::bar::baz'' that ''foo'' is the module name and