Hi

>> What version of puppet is this ?
>>
> 
> 
>> # rpm -qa | grep puppet
>> puppet-0.24.4-1.el5
>> puppet-server-0.24.4-1.el5


could you then to try run an example manifest, like the one I posted on
your host?
So not to get the compiled manifest from puppetmaster rather applying
the .pp directly on the client.

So something like:

# echo "
       $packages = ["subversion"]
       package { $packages:
                ensure => installed
        }
" > test.pp
# puppet test.pp

like that we should be able to exclude any problems which might be
related to your puppetmaster. afair 0.24.4 this had worked fine for me
on this version.

greets pete

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to