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:
comparison of String with 15360 failed at
/etc/puppet/modules/mysql/manifests/virtual_tmpdir.pp:13 on node foo.bar

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to