Displaying 2 results from an estimated 2 matches for "yellowbrix".
Did you mean:
yellowbox
2007 May 11
5
dry-run?
...st what files it would replace, but
not actually replace them, so that I can synchronize my server with my
various clients.
rsync has a -n (--dry-run) option that does this. But I can''t find one
in puppetd. Does such an option exist?
Thanks.
Eric B. Hymowitz
Unix Systems Administrator
Yellowbrix Inc.
2007 Feb 27
14
Using a single class multiple times
Hi-
Recently starting using puppet while migrating an existing messy group
of systems to some nice new hardware. Things are going incredibly well,
and puppet''s functioning great. Have a bit of a headache. I''d like to
keep myself from duplicating lots of included classes. Lets say I have
this (snippet of a) class:
class dbserver {
file { "/etc/my_${db}.cnf":