diff options
Diffstat (limited to 'manifests/glance/nfs_mount.pp')
-rw-r--r-- | manifests/glance/nfs_mount.pp | 4 |
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} '", |