Displaying 5 results from an estimated 5 matches for "fileservingconfigur".
2007 Nov 10
1
File Server Security
Hello all
I''ve been reading the security details at
http://reductivelabs.com/trac/puppet/wiki/FileServingConfiguration#Security
Can I confirm that even with "allow *", it will still only be clients
who have had their certs signed by the puppet server who will be allowed
access? Either way, it might be a good idea to clarify this in the
documents.
Many thanks
Ian J Cottee
2007 Feb 27
2
Restricting host access to files
I suppose that this is a question about fileserver.conf but what I''m trying
to do is to have something like the following in fileserver.conf:
[$hostname]
path /var/lib/puppet/files/privatefiles/$hostname.txt
allow $hostname
Basically, this would allow access to a file named <hostname>.txt for only
the host to which it should be delivered.
I''m not entirely sure
2007 Jul 31
1
fileserving a directory
The FileServingConfiguration doesn''t even mention
directories. And the reference page doesn''t give an example.
Really, all I want is to fileserve a directory, but with
everything in it retaining its attributes.
When I do this:
file {
"/var/www/html":
ensure => directory,...
2008 Jul 02
3
undefined method `name' for nil:NilClass
I''m a new puppet user. I can''t puppetmasterd to start. I searched this
group for the error message I get, but found nothing. Any ideas?
[root@puppet ~]# puppetmasterd
undefined method `name'' for nil:NilClass
Using the --debug switch and ruby''s --debug option shows the
following:
[root@puppet ~]# puppetmasterd --debug
debug: Parsing /etc/puppet/puppet.conf
2007 May 23
12
Odd ssh authorized_keys problem
Hi all,
I''ve just implemented a [crude] manifest to apply a set authorized_keys
file to the root account of a puppet client.
class rootssh_test {
file { "/root/.ssh/authorized_keys":
owner => root, group => root, mode => 0600,
content => template("rootssh_test")
}
}
The template has two ssh id_rsa lines in.
When the client applies