/[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 1273 by dams, Mon Mar 7 11:49:11 2011 UTC revision 1275 by dams, Mon Mar 7 17:37:39 2011 UTC
# Line 24  class blog { Line 24  class blog {
24              content => template("blog/check_new-blog-post.sh")              content => template("blog/check_new-blog-post.sh")
25          }          }
26        
27          #cron { blog:          cron { blog:
28          #    user => blog,              user => blog,
29          #    minute => '*/15',              minute => '*/15',
30          #    command => "/usr/local/bin/check_new-blog-post.sh",              command => "/usr/local/bin/check_new-blog-post.sh",
31          #    require => [File["check_new-blog-post"], User['blog']],              require => [File["check_new-blog-post"], User['blog']],
32          #}          }
33    
34          include apache::mod_php          include apache::mod_php
35    

Legend:
Removed from v.1273  
changed lines
  Added in v.1275

  ViewVC Help
Powered by ViewVC 1.1.30