For the sake of posterity or anyone who might have a similar problem
to the one that I had (at the beginning of this thread...)

I had copied my basic puppet manifests and modules from a setup that
used a puppetmaster.  In my site.pp, there was a "File { backup =>
main }" declaration which screwed up the filebucket for the standalone
client.

In short, duh.  But, I was looking for the error somewhere in the
module or module configuration, and never bothered to look in site.pp.



On Mon, Jun 22, 2009 at 5:24 AM, Russell Adams<[email protected]> wrote:
>
> Right. I think the difference here is none of my code is in modules,
> its just flat. Its good to know I could convert it that way.
>
> Thanks.
>
> On Mon, Jun 22, 2009 at 11:20:09AM +0200, Bj?rn Dyresen wrote:
>>
>> On Jun 22, 2009, at 7:12 AM, Russell Adams wrote:
>>
>> >
>> >
>> > On Mon, Jun 22, 2009 at 12:43:59AM -0400, Michael Semcheski wrote:
>> >>
>> >> 2009/6/21 Bj?rn Dyresen <[email protected]>:
>> >>> Did you try using:
>> >>>
>> >>> source => "puppet:///filehere"
>> >>>
>> >>> And then put that file in the file directory of the module?
>> >>
>> >> I did, and it says "Could not find filebucket main at ..."
>> >>
>> >>>
>> >
>> >
>> > I had the impression that puppetd was required to serve up files. My
>> > local puppet only configs used hard pathnames to a local cache I
>> > create.
>>
>> No,
>>
>> If you are serving files from modules and are specifing source by:
>>
>> source => "puppet:///modulename/filename"
>>
>> and are putting that file in the filedir of the module it should work.
>> Although I don't know anything about the internal mechanism about this
>> I do this at a regular basis while developing modules. There is also
>> docs mentioning this here:
>>
>> http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation
>>
>>
>>
>> >
>
>
> ------------------------------------------------------------------
> Russell Adams                            [email protected]
>
> PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
>
> Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected]
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