[Puppet Users] Re: Best practice to check if file exists on custom mountpoint

2018-08-07 Thread Дмитрий Павлов
use 'file:///dev/null' instead undef среда, 1 августа 2018 г., 21:13:43 UTC+3 пользователь Darth Krizz написал: > > Hey together, > > we added a custom mountpoint on our puppetmaster. On this custom > mountpoint we store some files. > Usually the files are configuration files. > > So now, what is

[Puppet Users] Re: Best practice to check if file exists on custom mountpoint

2018-08-02 Thread jcbollinger
On Thursday, August 2, 2018 at 7:57:26 AM UTC-5, jcbollinger wrote: > > > > On Wednesday, August 1, 2018 at 1:13:43 PM UTC-5, Darth Krizz wrote: > > >> Is it possible with find_file? If yes, how? >> > > > Only if your custom mount point is somewhere within one of your modules' > files/ direct

[Puppet Users] Re: Best practice to check if file exists on custom mountpoint

2018-08-02 Thread jcbollinger
On Wednesday, August 1, 2018 at 1:13:43 PM UTC-5, Darth Krizz wrote: > > Hey together, > > we added a custom mountpoint on our puppetmaster. On this custom > mountpoint we store some files. > Usually the files are configuration files. > > I think you mean a Puppet fileserver mount point, since