Hey all, Just trying to get http://projects.reductivelabs.com/projects/puppet/wiki/Module_Ssh_Auth_Patterns to work:
I've managed to get everything except ssh::auth::client happening. I just don't understand why it isn't working. It is just a very simple call: <code> include ssh::auth ssh::auth::key { [ "us...@domain.com", "us...@domain.com" ]: ensure => present } class base_system { realize User["user1"] ssh::auth::client { "us...@domain.com": ensure => present } realize User["user2"] ssh::auth::client { "us...@domain.com": ensure => present } } node app1 { include base_system } </code> When running puppetd --test i get the following: err: Could not run Puppet configuration client: Could not find dependency File[/home/user1] for File[/home/user1/.ssh/id_rsa] at /etc/ puppet/modules/ssh/manifests/auth.pp:262 I've tried to realize File[/home/user1] then i get a error about being unable to realize virtual resource. I'm not really sure why calling realize on anything is required. Any assistance would be welcome. --MD -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.