From 6a9d2aa493246f1d2da0a7b1d22f1086fa95306a Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Thu, 20 Jul 2017 20:35:22 +0200 Subject: [PATCH] Fix lint issues to upgrade to puppet-lint 2.3 2017-07-20 14:39:54.305432 | manifests/pacemaker/service.pp:207:WARNING: arrow should be on the right operand's line 2017-07-20 14:39:54.305595 | manifests/repo/debian/debian.pp:54:WARNING: arrow should be on the right operand's line Change-Id: Ia70ad9caa46221ab68edbba32d001dd4c08e6e6f --- manifests/pacemaker/service.pp | 4 ++-- manifests/repo/debian/debian.pp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/pacemaker/service.pp b/manifests/pacemaker/service.pp index 169b282..8301cc8 100644 --- a/manifests/pacemaker/service.pp +++ b/manifests/pacemaker/service.pp @@ -204,8 +204,8 @@ define openstack_extras::pacemaker::service ( } } - File<| title == $ocf_script_name |> -> - Cs_primitive<| title == $primitive_name |> + File<| title == $ocf_script_name |> + -> Cs_primitive<| title == $primitive_name |> File<| title == $ocf_script_name |> ~> Service[$service_name] Cs_primitive<| title == $primitive_name |> -> Service[$service_name] File<| title == $ocf_handler_name |> -> Service[$service_name] diff --git a/manifests/repo/debian/debian.pp b/manifests/repo/debian/debian.pp index ce9602a..5042411 100644 --- a/manifests/repo/debian/debian.pp +++ b/manifests/repo/debian/debian.pp @@ -51,8 +51,8 @@ class openstack_extras::repo::debian::debian( location => $::openstack_extras::repo::debian::params::whz_location, release => $release, repos => $::openstack_extras::repo::debian::params::whz_repos, - } -> - apt::source { "${::openstack_extras::repo::debian::params::whz_name}_backports": + } + -> apt::source { "${::openstack_extras::repo::debian::params::whz_name}_backports": location => $::openstack_extras::repo::debian::params::whz_location, release => "${release}-backports", repos => $::openstack_extras::repo::debian::params::whz_repos,