Skip to content

Commit

Permalink
Fix bind_mounts name
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 26, 2024
1 parent f43b38a commit 551e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/ceph.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
content => $ceph_conf,
}

ensure_resources(profile::ceph::client::share, $shares, { 'mon_host' => $mon_host, 'mount_binds' => [] })
ensure_resources(profile::ceph::client::share, $shares, { 'mon_host' => $mon_host, 'bind_mounts' => [] })
}

class profile::ceph::client::install {
Expand Down

0 comments on commit 551e5fc

Please sign in to comment.