I ran into this as well.  I found that the puppetmaster will start without
a site.pp but, it does not build the catalog and actually apply anything.
So, I think that a site.pp file IS required.  It can be simple like:

import 'nodes.pp'
$puppetserver = 'somehost'




On Mon, Jul 2, 2012 at 7:00 PM, Hai <ehai...@gmail.com> wrote:

>  Hi,
>
> is site.pp a file must to have? I have set up a puppet server, but my
> following manifest just cannot apply to my client, the server itself.
>
>
> # cat haitest.pp
> file { '/etc/motd' : source => "puppet:///files/motd" ,}
>
>
> Thanks.
>
> Hai  T.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/PHMGaA52wR4J.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>

-- 
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 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to