Hi all,

Thanks for all your help and suggestions. The issue got resolved.

It was a silly mistake that i was doing. I was creating the manifest in 
wrong dir path. My actual environment where puppet would look for manifest 
files is ------/etc/puppet/environment/production/manfiest.

And i was placing my manifest files under /etc/puppet/manifest. I read all 
of your suggestions and applied each one of them turn by turn, and it seems 
to be working fine for me.

It would be of great help if someone could tell me how to push files on 
multiple clients from the puppet master server ( though i understand that 
puppet is a "pull" system and not a "push" ) using 'puppet apply file.pp' . 
I came accross an article saying that "puppet kick" does a push, but again 
read somewhere that it is depricated in newer versions of puppet.

Would require your expert advise. Kindly suggest.

Thanks in Advance.

On Friday, 19 September 2014 16:51:21 UTC+1, jcbollinger wrote:
>
>
>
> On Thursday, September 18, 2014 6:22:22 PM UTC-5, Jürgen Hermann wrote:
>>
>> The Puppet file you pass to an apply is basically a full site.pp, so try 
>> adding a "node default {…}" around your resources.
>>
>> See https://github.com/jhermann/devpi-puppet/blob/master/site.pp#L31 for 
>> an example.
>>
>>
>
> No, a node block should be unnecessary in this case.  Any declarations 
> appearing at top scope apply to all nodes.  It is in fact possible to 
> support a full-scale site without any node blocks at all (not even a 
> default node).
>
> The most likely explanation is that the named user already exists, which 
> is what Felix was probing.  It is also possible that the problem is related 
> to a missing Ruby module (e.g. ruby-shadow, as shashank suggested), but in 
> that case I would have expected Puppet to emit an error message.
>
>
> John
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/14f644d7-da10-4d9b-a084-ea057cd41fc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to