/[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 2572 by misc, Sat Mar 17 12:03:40 2012 UTC revision 2574 by misc, Sat Mar 17 12:03:44 2012 UTC
# Line 14  class blog { Line 14  class blog {
14      }      }
15            
16      class files-bots inherits base {      class files-bots inherits base {
17          package { ['wget','php-mysql','php-ldap','unzip']:          package { ['wget',
18              ensure => installed                     'php-mysql',
19          }                     'php-ldap',
20                       'unzip']: }
21    
22          file { "check_new-blog-post":          file { "check_new-blog-post":
23              path => "/usr/local/bin/check_new-blog-post.sh",              path => "/usr/local/bin/check_new-blog-post.sh",

Legend:
Removed from v.2572  
changed lines
  Added in v.2574

  ViewVC Help
Powered by ViewVC 1.1.30