[Puppet Users] fileserver mount path permissions

2014-12-30 Thread Gin
Hi, I define mount as: [certs] path /dir1/dir2 When dir1 and dir2 are chmod 777 it can be mounted by the puppet master. Whereas when dir1 is chmod 000 and dir2 777 the mount is not accessible. Why it is required for the whole path to be accessible? Is it intentional? Cheers, Gin -- You

Re: [Puppet Users] Transferring files from node to node

2014-12-30 Thread Gin
Unfortunately, certificates are generated with exec type (shell script). As far as I know, there is no way to cat file contents into a puppet variable, hence the only option is to do two runs. Thank you, Felix! Cheers, Gin On Monday, December 29, 2014 10:20:17 PM UTC, Felix.Frank wrote: > &

Re: [Puppet Users] Transferring files from node to node

2014-12-29 Thread Gin
file only if it exists and is not empty. That leads to a double run. On the first run the certificates would be generated. Then, on the second run the facter would be able to pick up the file contents. Cheers, Gin On Friday, December 26, 2014 7:50:56 PM UTC, Felix.Frank wrote: > > Hi,

[Puppet Users] Transferring files from node to node

2014-12-26 Thread Gin
https://ask.puppetlabs.com/question/14891/transferring-files-from-node-to-node/ I'm stuck with this for quite a while now hence thought to try my luck here. Thanks, Gin -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubsc