class name correction

Change-Id: Ic64240c5e225ccda7217b5c5e1a40a7a5c4122a8
This commit is contained in:
Kanzhe Jiang 2015-12-09 20:01:39 -08:00
parent 97932c7bd7
commit d3fc73cadb
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
class bcf::ceph {
class bcf::p_only::ceph {
include bcf
include bcf::params

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
class bcf::compute {
class bcf::p_only::compute {
include bcf
include bcf::params

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
class bcf::controller {
class bcf::p_only::controller {
include bcf
include bcf::params

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
class bcf::ceph {
class bcf::p_v::ceph {
include bcf
include bcf::params

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
class bcf::compute {
class bcf::p_v::compute {
include bcf
include bcf::params

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
class bcf::controller {
class bcf::p_v::controller {
include bcf::params
$binpath = "/usr/local/bin/:/bin/:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin"