Re: [Puppet Users] exec and variables

2018-12-21 Thread Helmut Schneider
Ben Ford wrote: > Sure. When you make a reference (the upper case File syntax), it has > to point to a thing that exists. The reference is a resource type > (File) and a resource title (99-status.conf), but you've not defined > a resource with that title. Basically, it's like making a symlink to >

Re: [Puppet Users] exec and variables

2018-12-20 Thread Ben Ford
Sure. When you make a reference (the upper case File syntax), it has to point to a thing that exists. The reference is a resource type (File) and a resource title (99-status.conf), but you've not defined a resource with that title. Basically, it's like making a symlink to a file that doesn't exist.