Running 0.25.0b2,
Trying to do ssh host public/private key installation via the file type,
file { "ssh_host_dsa_key.pub":
path => "$base_path/ssh_host_dsa_key.pub",
mode => 0644,
owner => root,
group => root,
source =>
"puppet://puppet/private/ssh/ssh_host_dsa_key.pub",
notify => Service["sshd"],
}
It compiles its catalog correctly but then i get this for ever file that I
am doing this with,
puppetmasterd[24041]: No client; expanding
''/etc/puppet/private/%H'' with
local host
My puppetmaster has the following in the fileserver.conf,
[private]
path /etc/puppet/private/%H
allow *
# ls /etc/puppet/private/#FQDN#/ssh/ssh_host_dsa_key.pub
/etc/puppet/private/#FQDN#/ssh/ssh_host_dsa_key.pub
Is this a bug or am I just doing something wrong here, this is the first
time I have tried with a [private] section before.
Thanks,
derek
--
---
Derek T. Yarnell
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---