~negronjl/orchestra-puppet-recipes/trunk

« back to all changes in this revision

Viewing changes to puppet/modules/orchestra-mysqlEBS/manifests/mysqlEBS-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:
51
51
        owner   => root,
52
52
        group   => root,
53
53
        mode    => 444,
54
 
                content => template("/etc/puppet/modules/canonical-mysqlEBS/templates/snapshot_cron.erb"),
 
54
                content => template("/etc/puppet/modules/orchestra-mysqlEBS/templates/snapshot_cron.erb"),
55
55
        require => Exec["create_mysql_replication_user"],
56
56
    }
57
57