Hi all it seems to me if you add a single word hostname (ie not fully qualified) to fileserver.conf, puppetmaster barfs.... ... can anyone confirm this? Example below... Gary [root@xen puppet]# cat /etc/puppet/fileserver.conf [files] path /var/puppetmaster/files allow *.garylaw.net # !cat cat /etc/puppet/fileserver.conf [files] path /var/puppetmaster/files allow *.garylaw.net [root@xen puppet]# puppetmasterd --verbose info: Starting server for Puppet version 0.22.4 info: mount[files]: allowing *.garylaw.net access info: Parsed manifest in 0.01 seconds info: Listening on port 8140 notice: Starting Puppet server version 0.22.4 notice: Caught INT; shutting down notice: Shutting down [root@xen puppet]# echo '' allow xen'' >> fileserver.conf [root@xen puppet]# puppetmasterd --verbose info: Starting server for Puppet version 0.22.4 info: mount[files]: allowing *.garylaw.net access info: mount[files]: allowing xen access uninitialized constant Puppet::Network::Handler::FileServer::AuthStoreError [root@xen puppet]# --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
> [root@xen puppet]# echo '' allow xen'' >> fileserver.conf > [root@xen puppet]# puppetmasterd --verbose > info: Starting server for Puppet version 0.22.4 > info: mount[files]: allowing *.garylaw.net access > info: mount[files]: allowing xen access > uninitialized constant > Puppet::Network::Handler::FileServer::AuthStoreError > [root@xen puppet]# >Yup this is what is wrong. You can''t add just xen. The allow options are FQHN, global ( * ) allows ,or by IP address. http://reductivelabs.com/trac/puppet/wiki/FileServingConfiguration Evan --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---