Displaying 3 results from an estimated 3 matches for "fake_node".
Did you mean:
fake_nodes
2013 Feb 12
6
Run Puppet Against Master with Local node.pp Manifest?
...y and forgets
that it''s got a Master.
To elaborate on how I think this would work..
1) On the client machine, I generate a node.pp style manifest file, which
pretty much just includes a bunch of modules, some with a few parameters
2) On the client I run "puppet magic_apply /my/dir/fake_node.pp"
3) Under the covers, the client machine sends the fake_node.pp file to the
Master, and says "use this instead of
/etc/puppet/manifests/nodes/clientbox.pp"
4) The Puppet Master build the catalogue and hands it to the client which
goes ahead and does a regular Puppet run, instal...
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...b/include/asm-x86/acpi.h
index c477e57..2feb0c4 100644
--- a/include/asm-x86/acpi.h
+++ b/include/asm-x86/acpi.h
@@ -158,7 +158,7 @@ extern int acpi_scan_nodes(unsigned long start, unsigned long end);
#ifdef CONFIG_X86_64
# define NR_NODE_MEMBLKS (MAX_NUMNODES*2)
#endif
-extern void __init acpi_fake_nodes(const struct bootnode *fake_nodes,
+extern void acpi_fake_nodes(const struct bootnode *fake_nodes,
int num_nodes);
#else
static inline void acpi_fake_nodes(const struct bootnode *fake_nodes,
--
1.5.0.6
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...b/include/asm-x86/acpi.h
index c477e57..2feb0c4 100644
--- a/include/asm-x86/acpi.h
+++ b/include/asm-x86/acpi.h
@@ -158,7 +158,7 @@ extern int acpi_scan_nodes(unsigned long start, unsigned long end);
#ifdef CONFIG_X86_64
# define NR_NODE_MEMBLKS (MAX_NUMNODES*2)
#endif
-extern void __init acpi_fake_nodes(const struct bootnode *fake_nodes,
+extern void acpi_fake_nodes(const struct bootnode *fake_nodes,
int num_nodes);
#else
static inline void acpi_fake_nodes(const struct bootnode *fake_nodes,
--
1.5.0.6