~negronjl/orchestra-puppet-recipes/trunk

« back to all changes in this revision

Viewing changes to puppet/modules/orchestra-mpi/manifests/mpi-master.pp

  • Committer: Juan L. Negron
  • Date: 2011-04-20 15:47:48 UTC
  • Revision ID: juan.negron@canonical.com-20110420154748-gpr6skkezfu1fc8o
* puppet/modules/orchestra-apache/manifests/init.pp,
  puppet/modules/orchestra-apt/manifests/source.pp,
  puppet/modules/orchestra-distcc/manifests/init.pp,
  puppet/modules/orchestra-glusterfs/manifests/glusterfs-client.pp,
  puppet/modules/orchestra-glusterfs/manifests/glusterfs-server.pp,
  puppet/modules/orchestra-haproxy/manifests/init.pp,
  puppet/modules/orchestra-mpi/manifests/mpi-master.pp,
  puppet/modules/orchestra-mysqlEBS/manifests/init.pp,
  puppet/modules/orchestra-mysqlEBS/manifests/mysqlEBS-base.pp,
  puppet/modules/orchestra-mysqlEBS/manifests/mysqlEBS-master.pp,
  puppet/modules/orchestra-mysql/manifests/mysql-master.pp,
  puppet/modules/orchestra-mysql/manifests/mysql-slave.pp,
  puppet/modules/orchestra-tomcat/manifests/tomcat6.pp:
  - Updated template paths to reflect orchestra namespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  file{"${clustername}_mpd_master_config":
35
35
    name => "/etc/mpd.conf",
36
 
    content => template("/etc/puppet/modules/canonical-mpi/templates/mpd.conf.master.erb"),
 
36
    content => template("/etc/puppet/modules/orchestra-mpi/templates/mpd.conf.master.erb"),
37
37
    ensure => present,
38
38
    owner => root,
39
39
    group => root,
43
43
  
44
44
  @@file{"${clustername}_mpd_config":
45
45
    name => "/etc/mpi/mpd.conf",
46
 
    content => template("/etc/puppet/modules/canonical-mpi/templates/mpd.conf.erb"),
 
46
    content => template("/etc/puppet/modules/orchestra-mpi/templates/mpd.conf.erb"),
47
47
    ensure => present,
48
48
    owner => root,
49
49
    group => root,