Re: Why puppet uses config instead of configs?

2009-01-19 Thread Jeroen van Meeuwen

susmit shannigrahi wrote:

Hi,

In puppet when we add a new file, we use this lines in the .pp files:

source = 'puppet:///config/web/applications/FreeMedia-error.html',

where as the actual location of the file (FreeMedia-error.html) is

[sus...@puppet1 puppet]$ find -name FreeMedia-error.html
./configs/web/applications/FreeMedia-error.html

So the source in the .pp file should be
'puppet:///configs/web/applications/FreeMedia-error.html'

Why this discrepancy? Just curious...
  


The [config] fileserver mount may point to /path/to/configs/, which 
would allow this discrepancy to exist.


If you are going to change anything, maybe consider using [files] vs. 
/path/to/files/ since that name for the mount appears to be most 
commonly used.


Kind regards,

Jeroen van Meeuwen
-kanarip

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Why puppet uses config instead of configs?

2009-01-18 Thread susmit shannigrahi
Hi,

In puppet when we add a new file, we use this lines in the .pp files:

source = 'puppet:///config/web/applications/FreeMedia-error.html',

where as the actual location of the file (FreeMedia-error.html) is

[sus...@puppet1 puppet]$ find -name FreeMedia-error.html
./configs/web/applications/FreeMedia-error.html

So the source in the .pp file should be
'puppet:///configs/web/applications/FreeMedia-error.html'

Why this discrepancy? Just curious...

Thanks.
-- 
Regards,
Susmit.

=
ssh
0x86DD170A
http://www.fedoraproject.org/wiki/user:susmit
=

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list