diff options
Diffstat (limited to 'puppet/manifests/overcloud_cephstorage.pp')
-rw-r--r-- | puppet/manifests/overcloud_cephstorage.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/manifests/overcloud_cephstorage.pp b/puppet/manifests/overcloud_cephstorage.pp index c0f19e23..ce2ab3af 100644 --- a/puppet/manifests/overcloud_cephstorage.pp +++ b/puppet/manifests/overcloud_cephstorage.pp @@ -28,8 +28,5 @@ if count(hiera('ntp::servers')) > 0 { include ::ntp } -class { 'ceph::profile::params': - mon_initial_members => downcase(hiera('ceph_mon_initial_members')) -} include ::ceph::profile::client include ::ceph::profile::osd
\ No newline at end of file |