aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/database/mysql.pp
diff options
context:
space:
mode:
authorCao Xuan Hoang <hoangcx@vn.fujitsu.com>2017-01-05 13:31:23 +0700
committerCao Xuan Hoang <hoangcx@vn.fujitsu.com>2017-01-05 13:32:11 +0700
commitef41f0364e55ee6a4d152bb4af542dd7efac838b (patch)
tree3553c9276d9fe142641fa140a159a326cfc3118c /manifests/profile/pacemaker/database/mysql.pp
parent8cbf9c8504f269a1ba1662b81ca360de17d3a6c8 (diff)
Fix a typo in mysql.pp
Removed redundant 'the' Change-Id: Ie2051f35ec1e7010423c46084f5512c02af85f33
Diffstat (limited to 'manifests/profile/pacemaker/database/mysql.pp')
-rw-r--r--manifests/profile/pacemaker/database/mysql.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/pacemaker/database/mysql.pp b/manifests/profile/pacemaker/database/mysql.pp
index edd09bd..79ce757 100644
--- a/manifests/profile/pacemaker/database/mysql.pp
+++ b/manifests/profile/pacemaker/database/mysql.pp
@@ -155,7 +155,7 @@ class tripleo::profile::pacemaker::database::mysql (
# This step is to create a sysconfig clustercheck file with the root user and empty password
# on the first install only (because later on the clustercheck db user will be used)
# We are using exec and not file in order to not have duplicate definition errors in puppet
- # when we later set the the file to contain the clustercheck data
+ # when we later set the file to contain the clustercheck data
exec { 'create-root-sysconfig-clustercheck':
command => "/bin/echo 'MYSQL_USERNAME=root\nMYSQL_PASSWORD=\'\'\nMYSQL_HOST=localhost\n' > /etc/sysconfig/clustercheck",
unless => '/bin/test -e /etc/sysconfig/clustercheck && grep -q clustercheck /etc/sysconfig/clustercheck',