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

Contents of /puppet/modules/mysql/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 233 - (show annotations) (download)
Wed Nov 10 14:10:48 2010 UTC (13 years, 5 months ago) by dams
File size: 245 byte(s)
Fix mod_mysql
1 class mysql {
2
3 package { 'mysql':
4 ensure => installed
5 }
6 package { 'lighttpd-mod_mysql_vhost':
7 ensure => installed
8 }
9
10 service { mysqld:
11 ensure => running,
12 subscribe => Package["mysql"],
13 }
14 }

  ViewVC Help
Powered by ViewVC 1.1.30