Fix a typo in mysql.pp
authorCao Xuan Hoang <hoangcx@vn.fujitsu.com>
Thu, 5 Jan 2017 06:31:23 +0000 (13:31 +0700)
committerCao Xuan Hoang <hoangcx@vn.fujitsu.com>
Thu, 5 Jan 2017 06:32:11 +0000 (13:32 +0700)
Removed redundant 'the'

Change-Id: Ie2051f35ec1e7010423c46084f5512c02af85f33

manifests/profile/pacemaker/database/mysql.pp

index edd09bd..79ce757 100644 (file)
@@ -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',