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

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

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

revision 78 by boklm, Tue Nov 2 17:55:53 2010 UTC revision 262 by misc, Wed Nov 17 14:17:29 2010 UTC
# Line 26  class restrictshell { Line 26  class restrictshell {
26      mode => 755,      mode => 755,
27      content => template("restrictshell/membersh-conf.pl"),      content => template("restrictshell/membersh-conf.pl"),
28    }    }
29    
30      package { 'python-ldap':
31        ensure => installed,
32      }
33    
34      file { '/usr/local/bin/ldap-sshkey2file.py':
35        ensure => present,
36        owner => root,
37        group => root,
38        mode => 755,
39        content => template("restrictshell/ldap-sshkey2file.py"),
40        requires => Package['python-ldap']
41      }
42    
43    
44    
45    
46  }  }

Legend:
Removed from v.78  
changed lines
  Added in v.262

  ViewVC Help
Powered by ViewVC 1.1.30