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

Contents of /puppet/modules/restrictshell/manifests/shell.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2651 - (show annotations) (download)
Mon Mar 19 21:55:05 2012 UTC (12 years, 1 month ago) by misc
File size: 339 byte(s)
split the module in several file, and clean it
1 class restrictshell::shell {
2 file { '/etc/membersh-conf.d':
3 ensure => directory,
4 }
5
6 local_script { 'sv_membersh.pl':
7 content => template('restrictshell/sv_membersh.pl'),
8 }
9
10 file { '/etc/membersh-conf.pl':
11 mode => '0755',
12 content => template('restrictshell/membersh-conf.pl'),
13 }
14 }

  ViewVC Help
Powered by ViewVC 1.1.30