/[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 1106 by dams, Thu Feb 17 12:29:00 2011 UTC revision 1112 by dams, Thu Feb 17 12:45:15 2011 UTC
# Line 49  class blog { Line 49  class blog {
49      file { "$blog_location":      file { "$blog_location":
50              ensure => directory,              ensure => directory,
51              owner => blog,              owner => blog,
52              # FIXME is the group created by puppet ?              group => apache,
             group => blog,  
53              mode => 644,              mode => 644,
54      }      }
55  }  }

Legend:
Removed from v.1106  
changed lines
  Added in v.1112

  ViewVC Help
Powered by ViewVC 1.1.30