/[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 1045 by misc, Sat Feb 12 14:03:27 2011 UTC revision 1047 by misc, Sat Feb 12 14:03:30 2011 UTC
# Line 25  class blog { Line 25  class blog {
25          user => blog,          user => blog,
26          minute => '*/15',          minute => '*/15',
27          command => "/usr/local/bin/check_new-blog-post.sh",          command => "/usr/local/bin/check_new-blog-post.sh",
28          require => File["check_new-blog-post"]          require => [File["check_new-blog-post"], User['blog']],
29      }      }
30    
31      include apache::mod_php      include apache::mod_php

Legend:
Removed from v.1045  
changed lines
  Added in v.1047

  ViewVC Help
Powered by ViewVC 1.1.30