/[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 3254 - (show annotations) (download)
Wed Jun 19 19:15:59 2013 UTC (10 years, 10 months ago) by boklm
File size: 351 byte(s)
Rename mga-common module to mga_common.

New puppet version doesn't like modules with a - in their name.
1 class restrictshell::shell {
2 file { '/etc/membersh-conf.d':
3 ensure => directory,
4 }
5
6 mga_common::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