Ryan Steele

  • Email:
  • Registered on: 10/10/2008
  • Last connection: 12/01/2010

Activity

Reported issues: 6

12/01/2010

07:11 pm Puppet Bug #5437 (Closed): Manifest errors not reported to clients in 2.6.2
As a preface, we run Ubuntu Server on the amd64 architecture, and use Passenger server model. After upgrading to 2.6...

10/28/2008

01:50 pm Puppet Bug #1705 (Rejected): AST::ASTArray needs to check for empty elements as well as nil elements whe...
This manifest:
#!/usr/bin/env puppet
$groups = ["foo", "bar", ""]
$groups2 = ["baz", "quux"]
$u...
01:27 pm Puppet Bug #1682: Array variables not properly flattened
I tested this, and it works on 0.24.6. Nice job, Brice.

10/27/2008

06:19 pm Puppet Bug #1691: Realization fails if variable is used to represent array OR multiple realizes exist in...
This kind of looks like #787
06:02 pm Puppet Bug #1691: Realization fails if variable is used to represent array OR multiple realizes exist in...
Interestingly, this also fails:
if $foo == "blah" {
realize( Groupcommit:"bar"] )
realize( Group["baz...
05:55 pm Puppet Bug #1691 (Duplicate): Realization fails if variable is used to represent array OR multiple reali...
Manifest that fails
$foo = ["bar", "baz"]
realize( Group[$foo] )
Failure output
err: Could not ret...

10/24/2008

03:55 am Puppet Bug #1682 (Closed): Array variables not properly flattened
These should output the same thing, but they do not. This is against the latest version as of today.
manifest ver...

10/22/2008

05:52 pm Puppet Bug #1674: String/array comparisons cause language failures
After re-reading my configuration, I see the problem: I've got a define that accepts an argument "groups", which defa...
05:44 pm Puppet Bug #1674: String/array comparisons cause language failures
Below are the classes and definitions used to reproduce this problem. And, according to the TypeReference, arrays ar...
03:17 pm Puppet Bug #1674 (Accepted): String/array comparisons cause language failures
If the 'groups' attribute for a user is first stored as a string, but then later changed to an array, Puppet throws a...

Also available in: Atom