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