diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-24 17:31:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-24 17:31:44 +0000 |
commit | 07500da43e6a991511099a37106015037da159b8 (patch) | |
tree | 2ba954921ccd7b31902bbc230556ccc7d5ddcf3c /manifests/profile/pacemaker/ceph/rbdmirror.pp | |
parent | 207e9feab3fa803122c47b8d162909f737655766 (diff) | |
parent | 9b438a0249d59399c63c016921a9b6add8159dd2 (diff) |
Merge "Fix lint issues to upgrade to puppet-lint 2.3"
Diffstat (limited to 'manifests/profile/pacemaker/ceph/rbdmirror.pp')
-rw-r--r-- | manifests/profile/pacemaker/ceph/rbdmirror.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/profile/pacemaker/ceph/rbdmirror.pp b/manifests/profile/pacemaker/ceph/rbdmirror.pp index 6b566a7..2be9915 100644 --- a/manifests/profile/pacemaker/ceph/rbdmirror.pp +++ b/manifests/profile/pacemaker/ceph/rbdmirror.pp @@ -76,8 +76,8 @@ class tripleo::profile::pacemaker::ceph::rbdmirror ( ceph::mirror { $client_name: rbd_mirror_enable => false, rbd_mirror_ensure => 'stopped', - } -> - pacemaker::resource::service { "ceph-rbd-mirror_${client_name}": + } + -> pacemaker::resource::service { "ceph-rbd-mirror_${client_name}": # NOTE(gfidente): systemd uses the @ sign but it is an invalid # character in a pcmk resource name, so we need to use it only # for the name of the service |