/[adm]/puppet/modules/ssh/manifests/auth.pp
ViewVC logotype

Diff of /puppet/modules/ssh/manifests/auth.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 380 by blino, Mon Nov 22 07:20:25 2010 UTC revision 384 by blino, Mon Nov 22 07:30:07 2010 UTC
# Line 237  define ssh_auth_key_master ($ensure, $fo Line 237  define ssh_auth_key_master ($ensure, $fo
237    
238  define ssh_auth_key_client ($ensure, $filename, $group, $home, $user) {  define ssh_auth_key_client ($ensure, $filename, $group, $home, $user) {
239    
   file { $home:  
     ensure => "directory",  
   }  
   
240    File {    File {
241      owner   => $user,      owner   => $user,
242      group   => $group,      group   => $group,

Legend:
Removed from v.380  
changed lines
  Added in v.384

  ViewVC Help
Powered by ViewVC 1.1.30