remove useless require json in mon and add it in libraries

This commit is contained in:
Guilhem Lettron 2013-04-09 14:50:08 +02:00
parent 5239e21769
commit 0a9a314326
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
require 'ipaddr'
require 'json'
def is_crowbar?()
return defined?(Chef::Recipe::Barclamp) != nil

View File

@ -14,8 +14,6 @@
# different and are created in
# /var/lib/ceph/bootstrap-{osd,mds}/ceph.keyring
require 'json'
include_recipe "ceph::default"
include_recipe "ceph::conf"