object/storage: Explicit import is deprecated (autoload do the job)

Fix >= 3.5 issue, the use of 'import' is deprecated
See http://links.puppetlabs.com/puppet-import-deprecation
This commit is contained in:
Sebastien Badia 2014-05-01 14:50:45 +02:00
parent 8fb171d05c
commit 77c47d2b16

View File

@ -15,9 +15,6 @@
#
# Swift Storage node
#
import 'set_io_scheduler.pp'
# swift storage
class cloud::object::storage (
$storage_eth = '127.0.0.1',
$swift_zone = undef,