Re: [Puppet Users] puppet doing full read on files with replace => no

2010-07-16 Thread John Cesario
Could someone help me throw some puts in the right place to see if it is being checksummed? I attempted this myself but Im unsure I got the right spot. Thanks, -JC On Thu, Jul 15, 2010 at 2:50 PM, Brice Figureau < brice-pup...@daysofwonder.com> wrote: > On 15/07/10 21:43, John Cesa

Re: [Puppet Users] puppet doing full read on files with replace => no

2010-07-15 Thread John Cesario
Will give that a shot tonight. Thanks for your help Pete, -JC On Thu, Jul 15, 2010 at 12:38 PM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/15/2010 08:49 PM, John Cesario wrote: > > I dont want to ship big files through puppet. I only want to

Re: [Puppet Users] puppet doing full read on files with replace => no

2010-07-15 Thread John Cesario
0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 read(6, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 On Thu, Jul 15, 2010 at 11:37 AM, Patrick Mohr wrote: > > On Jul 15, 2010, at 10:27 AM, John Cesario wrote: > > > Hey all, > >

[Puppet Users] puppet doing full read on files with replace => no

2010-07-15 Thread John Cesario
Hey all, This is on puppet 0.25.4: The manifest for one of the directories looks like this. This class/object does not have anything below it (nothing inherits this). file { "/var/lib/data/$name": ensure => directory, owner=> "data", group=> "data",

[Puppet Users] memorysize returned as string - maybe

2010-03-08 Thread John Cesario
On version 0.25.4 for both server and client. Trying to do some logic around the $memorysize fact. if ($memorysize > 15360) and ($memorysize < 112640) { $tmpfs_size = "6G" } else { $tmpfs_size = "8G" } Returns err: Could not retrieve catalog from remote server: Error 400 on SERVER