File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 }
5454 ->
5555 exec {"Set password for hacluster user on $cluster_name" :
56- command => " /bin/echo ${::pacemaker::params:: hacluster_pwd} | /usr/bin/passwd --stdin hacluster" ,
56+ command => " /bin/echo ${::pacemaker::hacluster_pwd} | /usr/bin/passwd --stdin hacluster" ,
5757 creates => " /etc/cluster/cluster.conf" ,
5858 require => Class[" ::pacemaker::install" ],
5959 }
6060 ->
6161 exec {"auth-successful-across-all-nodes" :
62- command => " /usr/sbin/pcs cluster auth $cluster_members -u hacluster -p ${::pacemaker::params:: hacluster_pwd} --force" ,
62+ command => " /usr/sbin/pcs cluster auth $cluster_members -u hacluster -p ${::pacemaker::hacluster_pwd} --force" ,
6363 timeout => 3600,
6464 tries => 360,
6565 try_sleep => 10,
You can’t perform that action at this time.
0 commit comments