On Fri, Mar 2, 2012 at 1:45 PM, Peter Berghold <salty.cowd...@gmail.com>wrote:

> My puppet master server has a fqdn of chidpmaster.some.domain.tld with a
> cname pointing to it of puppet.domain.tld.
>
>
Figured this one out on my own.  Seems in my site.pp file I have:
filebucket { "main":
        server=>"chidpmaster.some.domain.tld",
        path => false
}

File { backup => "main" }

The server name for the main filebucket was originally defined as
puppet.domain.tld so when I changed it to the real FQDN instead of the
"logical name" it worked.




-- 
Peter L. Berghold
Owner, Shark River Technical Solutions LLC

-- 
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