Displaying 2 results from an estimated 2 matches for "my_pc".
Did you mean:
my_pdc
2008 May 08
0
total server lock-up during CentOS5.1 installation with vnc
Hi,
I would like to share my experience with
total server lock-up during CentOS5.1 installation
using vnc installation method.
My setup was as follows
+--------------------------------------+
| my_PC, CentOS4.6 |
| X, KDE, vncviewer |
| 100Mbit/s eth0 |
| Intel Corporation 82801BA/BAM/CA/CAM |
+------eth0----------------------------+
|
+-----+-----------+
| a cheap switch |
| 10/100MBit/s |
+-----+-----------+...
2009 May 18
2
How does 'require Class' differ from 'include' ?
Hi all,
Prompted by Evan''s question about requiring classes between modules; I
wonder if someone could clarify my understanding of how this works: If
I have
Class a {
some_resource{x:}
some_resource{y:}
}
Class b {
some_resource{z:
require Class[a]
}
}
Does this mean that puppet will ensure that some_resource{x:} and
some_resource{y:} have been successfully applied before it tries