Re: [Puppet Users] Syntax of a class reference in Hiera

2019-03-13 Thread Stephen Kenny
We're running Puppet 6 (server and agents), so I will file that ticket today. Many thanks for the clarification. Stephen On Tuesday, 12 March 2019 18:42:01 UTC, Henrik Lindberg wrote: > > > These two lines are very different: > >before => Class['nfs'] >before: 'Class[nfs]' > > The f

Re: [Puppet Users] Syntax of a class reference in Hiera

2019-03-12 Thread Henrik Lindberg
On 2019-03-12 18:09, Stephen Kenny wrote: I want to create a directory that will contain NFS mount points. Therefore, it makes sense to have it in place before any of the NFS-related Puppet stuff.  I can do it in either of two ways. 1. In a manifest, with a regular file resource, which cont

[Puppet Users] Syntax of a class reference in Hiera

2019-03-12 Thread Stephen Kenny
I want to create a directory that will contain NFS mount points. Therefore, it makes sense to have it in place before any of the NFS-related Puppet stuff. I can do it in either of two ways. 1. In a manifest, with a regular file resource, which contains the line before => Class['nfs