/[adm]/puppet/modules/gnupg/manifests/client.pp
ViewVC logotype

Contents of /puppet/modules/gnupg/manifests/client.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: 203 byte(s)
Rename mga-common module to mga_common.

New puppet version doesn't like modules with a - in their name.
1 class gnupg::client {
2 package {['gnupg',
3 'rng-utils']:
4 }
5
6 mga_common::local_script { 'create_gnupg_keys.sh':
7 content => template('gnupg/create_gnupg_keys.sh')
8 }
9 }
10
11

  ViewVC Help
Powered by ViewVC 1.1.30