Sébastien Prud''homme
2006-Sep-27 09:38 UTC
An option to test what will be done by the puppet client?
Hi, I can''t find an option of the puppetd client that can just print what the puppetd client will do on my system (updateing files, installing softwares, etc), but without doing all the things (like a "diff" between the current state of my system and the state defined on the puppet server). Is such option exists ? Regards
Ryan Schwartz
2006-Sep-27 14:18 UTC
Re: An option to test what will be done by the puppet client?
puppetd -t -d --noop see puppetd --help for a complete explanation of -t and -d. -- Ryan Schwartz Joyent, Inc TextDrive, Inc. -----Original Message----- From: "=?ISO-8859-1?Q?S=E9bastien_Prud''homme?=" <sebastien.prudhomme@gmail.com> Date: Wednesday, Sep 27, 2006 4:38 am Subject: [Puppet-users] An option to test what will be done by the puppet client? Hi, I can''t find an option of the puppetd client that can just print what the puppetd client will do on my system (updateing files, installing softwares, etc), but without doing all the things (like a "diff" between the current state of my system and the state defined on the puppet server). Is such option exists ? Regards _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
Luke Kanies
2006-Sep-27 15:29 UTC
Re: An option to test what will be done by the puppet client?
Sébastien Prud''homme wrote:> Hi, > > I can''t find an option of the puppetd client that can just print what > the puppetd client will do on my system (updateing files, installing > softwares, etc), but without doing all the things (like a "diff" > between the current state of my system and the state defined on the > puppet server). > > Is such option exists ?Add --noop when you call the client. I''m hoping to add a more contextual "diff" option, but noop gets you the information. -- Humphrey''s Law of the Efficacy of Prayer: In a dangerous world there will always be more people around whose prayers for their own safety have been answered than those whose prayers have not. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
Sébastien Prud''homme
2006-Sep-29 08:21 UTC
Re: An option to test what will be done by the puppet client?
Ok, thanks for all ! Why not adding the option in the puppetd help text ? 2006/9/27, Luke Kanies <luke@madstop.com>:> Sébastien Prud''homme wrote: > > Hi, > > > > I can''t find an option of the puppetd client that can just print what > > the puppetd client will do on my system (updateing files, installing > > softwares, etc), but without doing all the things (like a "diff" > > between the current state of my system and the state defined on the > > puppet server). > > > > Is such option exists ? > > Add --noop when you call the client. > > I''m hoping to add a more contextual "diff" option, but noop gets you the > information. > > -- > Humphrey''s Law of the Efficacy of Prayer: > In a dangerous world there will always be more people around whose > prayers for their own safety have been answered than those whose > prayers have not. > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > _______________________________________________ > Puppet-users mailing list > Puppet-users@madstop.com > https://mail.madstop.com/mailman/listinfo/puppet-users >
Luke Kanies
2006-Sep-29 15:25 UTC
Re: An option to test what will be done by the puppet client?
Sébastien Prud''homme wrote:> Ok, thanks for all ! > > Why not adding the option in the puppetd help text ?It''s a system-wide option, so like all of the other system-wide options it''s only mentioned in the configuration reference[1], not the output of --help. 1 - http://www.reductivelabs.com/projects/puppet/documentation/configref.html -- The easiest way to figure the cost of living is to take your income and add ten percent. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com