search for: authstoreerror

Displaying 1 result from an estimated 1 matches for "authstoreerror".

2008 Apr 10
2
uninitialized constant Puppet::Network::Handler::FileServer::AuthStoreError ?
...puppetmasterd: Setting rundir to ''/var/run'' debug: puppetmasterd: Setting templatedir to ''/var/lib/puppet/ templates'' info: Starting server for Puppet version 0.22.4 info: mount[files]: denying * access uninitialized constant Puppet::Network::Handler::FileServer::AuthStoreError where # /etc/puppet/manifests/site.pp # Create "/tmp/testfile" if it doesn''t exist. class test_class { file { "/tmp/testfile": ensure => present, mode => 644, owner => root, group => root } } # tell puppet on which clien...