Re: [Puppet Users] Issue with Role-Profile implementation

2014-07-10 Thread Varun Utagikar
Thanks Jose Luis Ledesma That helped , i dont know how/why i committed that error , I think should be more cautious while writing my modules. On Thursday, 10 July 2014 13:23:49 UTC+5:30, Jose Luis Ledesma wrote: > > You should specify > puppet://puppet/modules/... > or > puppet:///modules/... >

Re: [Puppet Users] Issue with Role-Profile implementation

2014-07-10 Thread José Luis Ledesma
You should specify puppet://puppet/modules/... or puppet:///modules/... Regards, El 10/07/2014 04:45, "Varun Utagikar" escribió: > Hey Daniel > > I was performing several changes to trouble shoot the issue , some where i > must have renamed the dir to file , here's my o/p after reverting to the

Re: [Puppet Users] Issue with Role-Profile implementation

2014-07-09 Thread Varun Utagikar
Hey Daniel I was performing several changes to trouble shoot the issue , some where i must have renamed the dir to file , here's my o/p after reverting to the mentioned 'files' change : /etc/puppet/ ├── auth.conf ├── environments │ └── example_env │ ├── manifests │ ├── modules │

Re: [Puppet Users] Issue with Role-Profile implementation

2014-07-09 Thread Daniel De Marco
Varun, the files directory under siler should be named files, not file. Daniel. * Varun Utagikar [07/09/2014 08:30]: >Hello >I am trying to implement role-profile structure . I have referred below >mentioned docs/links : > > https://ask.puppetlabs.com/question/1655/an-end-to-end

[Puppet Users] Issue with Role-Profile implementation

2014-07-09 Thread Varun Utagikar
Hello I am trying to implement role-profile structure . I have referred below mentioned docs/links : https://ask.puppetlabs.com/question/1655/an-end-to-end-roleprofile-example-using-hiera/ https://projects.puppetlabs.com/issues/16667 I have hit a brick wall. I am trying to pull a file on an age