diff --git a/site/roles/manifests/infra/ceph/rgw.pp b/site/roles/manifests/infra/ceph/rgw.pp new file mode 100644 index 0000000..ee8ca20 --- /dev/null +++ b/site/roles/manifests/infra/ceph/rgw.pp @@ -0,0 +1,10 @@ +# a role to deploy the ceph rgw +class roles::infra::ceph::rgw { + if $facts['firstrun'] { + include profiles::defaults + include profiles::firstrun::init + }else{ + include profiles::defaults + include profiles::base + } +}