Displaying 3 results from an estimated 3 matches for "7df0".
Did you mean:
7d40
2011 May 02
0
Puppet bootstrap: via cdist
...ype as soon as it''s available.
Cheers,
Nico
[0] http://www.nico.schottelius.org/blog/migrating-away-from-puppet-to-cdist/
[1] http://www.nico.schottelius.org/software/cdist/
[2] http://l.schottelius.org/mailman/listinfo/cdist
--
PGP key: 7ED9 F7D3 6B10 81D7 0EC5 5C09 D7DC C8E4 3187 7DF0
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2011 May 06
3
Over-riding changes in modules and classes
Hello puppet gurus, maybe one of you can help with this. We have a
bunch of servers that are managed by puppet, but would like to make a
single, small change to a text file only on newly built machines.
This text file is controlled by a module that is referenced in several
places in our current configuration files.
So the question would be, is there a straightforward way to have this
new config
2013 May 15
1
[PATCH] Expose remote forwarding ports as environment variable
...blog/openssh-6.2-add-callback-functionality-using-dynamic-remote-port-forwarding/
The patch is attached.
Please let me know what you think about it and whether you'd
consider it for inclusion (with or without changes).
Cheers,
Nico
--
PGP key: 7ED9 F7D3 6B10 81D7 0EC5 5C09 D7DC C8E4 3187 7DF0
-------------- next part --------------
diff -ru openssh-6.2p1/channels.c openssh-6.2p1.patched/channels.c
--- openssh-6.2p1/channels.c 2012-12-02 23:50:55.000000000 +0100
+++ openssh-6.2p1.patched/channels.c 2013-05-15 23:26:17.119989982 +0200
@@ -2865,6 +2865,52 @@
return success;
}
+/*
+ *...