Fix lint issues to upgrade to puppet-lint 2.3

2017-07-20 14:46:22.341413 | manifests/init.pp:204:WARNING: arrow should be on the right operand's line
2017-07-20 14:46:22.341547 | manifests/init.pp:205:WARNING: arrow should be on the right operand's line

Change-Id: I26779b1c3d6095552bcbc130b363a4013b7b568f
This commit is contained in:
Carlos Camacho 2017-07-20 20:44:15 +02:00
parent 359729340b
commit 95c0eb47b2
1 changed files with 3 additions and 3 deletions

View File

@ -201,8 +201,8 @@ class qdr(
include ::qdr::config
include ::qdr::service
Class['::qdr::install'] ->
Class['::qdr::config'] ->
Class['::qdr::service']
Class['::qdr::install']
-> Class['::qdr::config']
-> Class['::qdr::service']
}