/[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 1333 by dams, Fri Mar 18 18:32:33 2011 UTC revision 1334 by dams, Fri Mar 18 18:36:25 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 bot":
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",
# Line 72  class blog { Line 72  class blog {
72              content => template("blog/backup_blog-db.sh")              content => template("blog/backup_blog-db.sh")
73          }          }
74    
75          cron { root:          cron { "Backup DB (blog)":
76              user => root,              user => root,
77              hour => '23',              hour => '23',
78              minute => '42',              minute => '42',

Legend:
Removed from v.1333  
changed lines
  Added in v.1334

  ViewVC Help
Powered by ViewVC 1.1.30