#!/usr/bin/ruby

require 'puppet/application'
require 'puppet/application/filebucket'

# launch the filebucket
Puppet::Application[:filebucket].run
