/[adm]/puppet/modules/phpbb/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/phpbb/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1090 by misc, Tue Feb 15 16:39:23 2011 UTC revision 1091 by misc, Tue Feb 15 16:39:25 2011 UTC
# Line 28  class phpbb { Line 28  class phpbb {
28      define phpbb_config($value) {      define phpbb_config($value) {
29          exec { "/usr/local/bin/phpbb_apply_config.pl $name":          exec { "/usr/local/bin/phpbb_apply_config.pl $name":
30              user => root,              user => root,
31              environment => "PGDATABASE=$database PGUSER=$user PGPASSWORD=$pgsql_password PGHOST=pgsql.$domain VALUE=$value",              environment => ["PGDATABASE=$database", "PGUSER=$user", "PGPASSWORD=$pgsql_password", "PGHOST=pgsql.$domain", "VALUE=$value"],
32              require => File["/usr/local/bin/phpbb_apply_config.pl"],              require => File["/usr/local/bin/phpbb_apply_config.pl"],
33          }          }
34      }      }

Legend:
Removed from v.1090  
changed lines
  Added in v.1091

  ViewVC Help
Powered by ViewVC 1.1.30