Skip to content

Commit

Permalink
Merge pull request #279 from imcsk8/pacemaker-cve-bump
Browse files Browse the repository at this point in the history
Pacemaker cve bump
  • Loading branch information
xbezdick committed Apr 2, 2015
2 parents c85f402 + fd2de22 commit b1d454a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ mod 'openstack',
:git => 'https://github.com/stackforge/puppet-openstack.git'

mod 'pacemaker',
:commit => '0ed9ee8a29c0f27e86727d415b39d2715332df7d',
:git => 'https://github.com/radez/puppet-pacemaker.git'
:commit => '5d91343c80f65b64be604f4a61558ff408c0f863',
:git => 'https://github.com/redhat-openstack/puppet-pacemaker.git'

mod 'puppet',
:commit => 'bd467cae15eba9ca44274034d2593b0eaf30518d',
Expand Down
4 changes: 2 additions & 2 deletions pacemaker/manifests/corosync.pp
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
}
->
exec {"Set password for hacluster user on $cluster_name":
command => "/bin/echo ${::pacemaker::params::hacluster_pwd} | /usr/bin/passwd --stdin hacluster",
command => "/bin/echo ${::pacemaker::hacluster_pwd} | /usr/bin/passwd --stdin hacluster",
creates => "/etc/cluster/cluster.conf",
require => Class["::pacemaker::install"],
}
->
exec {"auth-successful-across-all-nodes":
command => "/usr/sbin/pcs cluster auth $cluster_members -u hacluster -p ${::pacemaker::params::hacluster_pwd} --force",
command => "/usr/sbin/pcs cluster auth $cluster_members -u hacluster -p ${::pacemaker::hacluster_pwd} --force",
timeout => 3600,
tries => 360,
try_sleep => 10,
Expand Down

0 comments on commit b1d454a

Please sign in to comment.