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
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
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,
> >
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",
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