/[adm]/puppet/modules/icecream/manifests/client_common.pp
ViewVC logotype

Contents of /puppet/modules/icecream/manifests/client_common.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2461 - (show annotations) (download)
Mon Feb 20 18:34:25 2012 UTC (12 years, 2 months ago) by misc
File size: 137 byte(s)
split icecream in 4 files to please puppet-lint
1 class icecream::client_common {
2 package { 'icecream': }
3
4 service { 'icecream':
5 subscribe => Package['icecream'],
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30