Re: [Puppet Users] file resource calling a 'define'd exec syntax?

2013-11-17 Thread Neil - Puppet List
Hello First up the file type supports selinux roles etc so you might not need any of that. If you did make the exec resource refreshonly and notify it from the file resource. Anyway the parser is right the syntax is bad. Inside the curly its always like type{'name': var => value, Followed by more

[Puppet Users] file resource calling a 'define'd exec syntax?

2013-11-17 Thread dkoleary
Hi; This one should be easy; but, so far, it's eluding me. I would like to configure ssh to use a different directory for authorized keys files. I have the file resource which that works on its own. I want the file resource to call the exec to set the selinux type on the directory when neede