/[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 143 by dams, Fri Nov 5 14:16:41 2010 UTC revision 146 by dams, Fri Nov 5 14:51:49 2010 UTC
# Line 7  class blog { Line 7  class blog {
7                  ensure => installed                  ensure => installed
8          }          }
9          file { "check_new-blog-post":          file { "check_new-blog-post":
10                  path => "/home/blog/check_new-blog-post.sh",                  path => "/usr/local/bin/check_new-blog-post.sh",
11                  ensure => present,                  ensure => present,
12                  owner => blog,                  owner => blog,
13                  group => blog,                  group => blog,
# Line 18  class blog { Line 18  class blog {
18                  user => blog,                  user => blog,
19                  hour => 0,                  hour => 0,
20                  minute => 15,                  minute => 15,
21                  command => "/home/blog/check_new-blog-post.sh",                  command => "/usr/local/bin/check_new-blog-post.sh",
22                  require => File["check_new-blog-post"],                  require => File["check_new-blog-post"],
23          }          }
24  }  }

Legend:
Removed from v.143  
changed lines
  Added in v.146

  ViewVC Help
Powered by ViewVC 1.1.30