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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1263 by misc, Thu Dec 9 12:34:34 2010 UTC revision 1264 by dams, Thu Mar 3 16:42:11 2011 UTC
# Line 4  class mysql { Line 4  class mysql {
4              ensure => installed              ensure => installed
5          }          }
6    
7          service { "mysql":          service { mysqld:
8              path => "/etc/init.d/mysqld",              alias => mysql,
9              ensure => running,              ensure => running,
10              hasstatus => true,              subscribe => [ Package['mysql'] ],
11          }          }
12                    
13  #        file { "/etc/my.cnf":  #        file { "/etc/my.cnf":

Legend:
Removed from v.1263  
changed lines
  Added in v.1264

  ViewVC Help
Powered by ViewVC 1.1.30