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

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

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

revision 279 by dams, Thu Nov 18 10:04:30 2010 UTC revision 361 by misc, Sun Nov 21 23:23:59 2010 UTC
# Line 9  class blog { Line 9  class blog {
9                  ensure => installed                  ensure => installed
10          }          }
11    
12        include apache::mod_php
13    
14          package { 'php-mysql':          package { 'php-mysql':
15                  ensure => installed                  ensure => installed
16          }          }
17    
18          service { mysqld:  
                 ensure => running,  
                 subscribe => Package["mysql"],  
         }  
           
19          file { "check_new-blog-post":          file { "check_new-blog-post":
20                  path => "/usr/local/bin/check_new-blog-post.sh",                  path => "/usr/local/bin/check_new-blog-post.sh",
21                  ensure => present,                  ensure => present,

Legend:
Removed from v.279  
changed lines
  Added in v.361

  ViewVC Help
Powered by ViewVC 1.1.30