~negronjl/orchestra-puppet-recipes/trunk

« back to all changes in this revision

Viewing changes to puppet/modules/orchestra-glusterfs/manifests/glusterfs-server.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:
16
16
    mode    => "644",
17
17
    require => Exec["glusterfs_export"],
18
18
    notify => Service["glusterfs-server"],
19
 
    content => template("/etc/puppet/modules/canonical-glusterfs/templates/glusterfsd.vol.erb"),
 
19
    content => template("/etc/puppet/modules/orchestra-glusterfs/templates/glusterfsd.vol.erb"),
20
20
  }
21
21
 
22
22
  service {"glusterfs-server":
35
35
  }
36
36
 
37
37
  @@file{"/etc/glusterfs/${clustername}/$uniqueid.server_config":
38
 
    content => template("/etc/puppet/modules/canonical-glusterfs/templates/server_config.erb"),
 
38
    content => template("/etc/puppet/modules/orchestra-glusterfs/templates/server_config.erb"),
39
39
    tag => "${clustername}",
40
40
    ensure => present,
41
41
    require => Exec["glusterfs_${clustername}_dir"],