Hi everyone,

I am a puppet newbie. But I am trying to setup a new puppet
infrastructure based on Apache/Passenger.

Facts:
- My server is a debian Squeeze

- Puppet setup with gem:
[root@puppetmaster]:/etc/puppet # gem list puppet

*** LOCAL GEMS ***

puppet (2.7.6)
puppet-module (0.3.4)

- Rack setup with gem:
[root@puppetmaster]:/etc/puppet # gem list rack

*** LOCAL GEMS ***

rack (1.3.5)
rack-cache (1.1)
rack-mount (0.8.3)
rack-ssl (1.3.2)
rack-test (0.6.1)

- Passenger setup with gem:

[root@puppetmaster]:/etc/puppet # gem list passenger

*** LOCAL GEMS ***

passenger (3.0.11)

Problem:
Ok when I try to acces https://puppetmaster:8140/
Everything works fine: I see the following message:
“The environment must be purely alphanumeric, not ””

When I change the fileserver.conf as follow:
[root@puppetmaster]:/etc/puppet # cat fileserver.conf
# Files in the /path/to/files directory will be served
# at puppet:///mount_point/.

[modules]
        allow   127.0.0.0/8
        allow   *.lan
        deny    *

[plugins]
        allow   127.0.0.0/8
        allow   *.lan
        deny    *

I have the following error message:
Error message:
    Could not run: Invalid pattern * at /etc/puppet/fileserver.conf:4

Any idea?


Regards,
J-M

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