[Puppet Users] Group ensure value doesn't work like user ensure value

2013-10-31 Thread Dominic Scheirlinck
Here's a bit of manifest code for a user and group. Note the explicit ordering between the resources, but also notice we're not explicitly specifying the ensure => present for either: group { 'something':; } -> user { 'something': gid=> 'something'; } With the explicit ordering, I get: > D

[Puppet Users] Puppet 5.0.1: JSON to PSON automatic downgrade doesn't account for binary facts

2017-08-01 Thread Dominic Scheirlinck
Thought I'd leave a note about an issue I ran into when upgrading to Puppet 5.0.1, in case someone else is wrestling with the same thing (also just to provide a result for some poor person Googling it after me). Turned out to be a whole bunch of factors: - The default serialization format is no