/[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 1041 by misc, Sat Feb 12 14:03:22 2011 UTC revision 1042 by misc, Sat Feb 12 14:03:23 2011 UTC
# Line 21  class blog { Line 21  class blog {
21      file { "check_new-blog-post":      file { "check_new-blog-post":
22          path => "/usr/local/bin/check_new-blog-post.sh",          path => "/usr/local/bin/check_new-blog-post.sh",
23          ensure => present,          ensure => present,
24          owner => blog,          owner => root,
25          group => blog,          group => root,
26          mode => 755,          mode => 755,
27          content => template("blog/check_new-blog-post.sh")          content => template("blog/check_new-blog-post.sh")
28      }      }

Legend:
Removed from v.1041  
changed lines
  Added in v.1042

  ViewVC Help
Powered by ViewVC 1.1.30