aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/glance
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-24 17:31:44 +0000
committerGerrit Code Review <review@openstack.org>2017-07-24 17:31:44 +0000
commit07500da43e6a991511099a37106015037da159b8 (patch)
tree2ba954921ccd7b31902bbc230556ccc7d5ddcf3c /manifests/glance
parent207e9feab3fa803122c47b8d162909f737655766 (diff)
parent9b438a0249d59399c63c016921a9b6add8159dd2 (diff)
Merge "Fix lint issues to upgrade to puppet-lint 2.3"
Diffstat (limited to 'manifests/glance')
-rw-r--r--manifests/glance/nfs_mount.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/glance/nfs_mount.pp b/manifests/glance/nfs_mount.pp
index 674bdd0..9ff4f8b 100644
--- a/manifests/glance/nfs_mount.pp
+++ b/manifests/glance/nfs_mount.pp
@@ -62,8 +62,8 @@ class tripleo::glance::nfs_mount (
file { $images_dir:
ensure => directory,
- } ->
- exec { 'NFS mount for glance file backend':
+ }
+ -> exec { 'NFS mount for glance file backend':
path => ['/usr/sbin', '/usr/bin'],
command => "mount -t nfs '${share}' '${images_dir}' ${options_part}",
unless => "mount | grep ' ${images_dir} '",