/[adm]/puppet/modules/openssh/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/openssh/manifests/init.pp

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

revision 339 by misc, Tue Oct 26 17:24:15 2010 UTC revision 340 by misc, Sat Nov 20 11:52:54 2010 UTC
# Line 1  Line 1 
1  class openssh {  class openssh {
2    
3      # some trick to manage sftp server, who is arch dependent on mdv          # some trick to manage sftp server, who is arch dependent on mdv    
4      $usr_lib = $architecture ? {      $path_to_sftp = "$lib_dir/ssh/"
         x86_64 => "lib64",  
         default => "lib"  
     }  
   
     $path_to_sftp = "/usr/$usr_lib/ssh/"  
5    
6      package { "openssh-server":      package { "openssh-server":
7          ensure => installed          ensure => installed

Legend:
Removed from v.339  
changed lines
  Added in v.340

  ViewVC Help
Powered by ViewVC 1.1.30